HTML color codes for pastel blue - hexadecimal + RGB

Discover all HTML codes for the color pastel blue - hexadecimal, rgb, hsl, hsv, and cmyk, as well as different combinations, schemes, temperatures, hues, and types of pastel blue color.

#b2dafa

códigos del color pastel blue

Complementary color of pastel blue:

The complementary color of a color is the opposite of it on the color wheel (chromatic circle)

#fad2b2

Monochromatic scheme of the color pastel blue

#48718d
#658eab
#84abca
#a2caea
#bedffb
#d4eafc
#eaf4fe
#ffffff

This scheme is based on the color pastel blue and is composed of different hues, tones, and shades, both dark and light.

HTML and CSS codes for the color pastel blue

formatcode
hex#b2dafa
rgbrgb(178,218,250)
hslhsl(207,88%,84%)
cmykcmyk(29, 13, 0, 2)
hsvhsv(207, 29%, 99%)

What is the pastel blue color in RGB format?

The pastel blue color in RGB format is composed of (178 in the red channel), (218 in the green channel), and (250 in the blue channel).

What is the pastel blue color in CMYK format?

It is composed of (29%) cyan, (13%) magenta, (0%) yellow, and (2%) black / key.

What is the composition of the pastel blue color in HSL?

It is composed of (207°) hue, (88%) saturation, and (84%) lightness.

What is the pastel blue color in HSV format?

The pastel blue color in HSV format is composed of (207°) hue, (29%) saturation, and (99%) value.

Analogous scheme of the color pastel blue

Analogous colors are obtained from the two closest colors within the color wheel.

#b2dafa
#b2b6fa
#b2faf7

Triadic scheme of the color pastel blue

The triadic scheme is obtained from 3 colors equally spaced from each other within the color wheel

#b2dafa
#fab2da
#dafab2

Tetradic scheme of the color pastel blue

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#b2dafa
#f6b2fa
#fad2b2
#b6fab2

Split complementary scheme of the color pastel blue

This color scheme is obtained by using two pairs of opposing colors on the color wheel in a rectangular shape.

#b2dafa
#e0b2fa
#f7fab2

Tints of the color pastel blue

Tints are obtained from the base color pastel blue up to reaching white, finding in between shades of pastel colors.

#b2dafa
#c1e1fb
#d1e9fc
#e0f0fd
#f0f8fe
#ffffff

Shades of the color pastel blue

These shades are obtained from the base color pastel blue up to reaching black.

#b2dafa
#8eaec8
#6b8396
#475764
#242c32
#000000

Check the contrast of the color pastel blue.

You can now validate the contrast relationship of the color pastel blue, whether using it as a background color or as a text color.

Change the text color.
Contrast ratio: 1.47

Contrast ratio test of the color pastel blue as a background

Change the background color
Contrast ratio: 10.64

Contrast ratio test of the color pastel blue as text.

How to implement the color pastel blue in HTML and CSS

Here are examples of code to use the pastel blue on your web page. Remember that you can implement the color in HTML using color codes such as hexadecimal, RGB, or HSL, and also directly with the color name written in English (as long as it is natively supported by HTML).

Background color pastel blue in HTML - CSS.

To set the background color, you can use inline styles or apply them in a CSS stylesheet

<div style="background:#b2dafa;"> Color pastel blue as the background of a div.</div>
/* Color pastel blue as the background of the body tag with CSS. */
body {
background: #b2dafa;
}

To set the text color pastel blue in HTML - CSS.

To set the text color, you can use inline styles or apply them in a CSS stylesheet.

<p style="color:#b2dafa;"> Color pastel blue as the text color.</p>
p {
color:#b2dafa ;
}

Here are more colors with all their codes