Html Css Color HEX #B9DDFB Pale Cornflower Blue
📋 copy color: '#B9DDFB'red 185 ◦ green 221 ◦ blue 251
Shades of Pale Cornflower Blue #B9DDFB
Tints of Pale Cornflower Blue #B9DDFB
RGB
CMYK
RGB Variations
Color information
#B9DDFB (or 0xB9DDFB) is known color: Pale Cornflower Blue. HEX triplet: B9, DD and FB. RGB value is (185,221,251). Sum of RGB (Red+Green+Blue) = 185+221+251=657 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.16% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDFB is #462204. Grayscale: #D5D5D5. Windows color (decimal): -4596229 or 16506297. OLE color: 16506297.
HSL color Cylindrical-coordinate representation of color #B9DDFB: hue angle of 207.27º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9DDFB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 221 | 251 | - |
CMYK | 0.26 | 0.12 | 0 | 0.02 |
HSL | 207.27º | 0.89% | 0.85% | - |
HSV(B) | 207.27º | 0.26% | 0.98% | - |
XYZ | 63.28 | 68.99 | 101.25 | - |
YUV | 213.66 | 149.07 | 107.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 221 | 251 | 0.26 | 0.12 | 0 | 0.02 | 207.27 | 0.89 | 0.85 |
Hex | B9 | DD | FB | 1A | C | 0 | 2 | CF | 59 | 55 |
Octal | 271 | 335 | 373 | 32 | 14 | 0 | 2 | 317 | 131 | 125 |
Binary | 10111001 | 11011101 | 11111011 | 11010 | 1100 | 0 | 10 | 11001111 | 1011001 | 1010101 |
Color Harmonies of #B9DDFB
Complementary color
Monochromatic Colors of #B9DDFB
Black with #B9DDFB
Text Example
Text Example
White with #B9DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDFB; }
p { color: rgb(185,221,251); }
H1.HeaderClassName
{
color: #B9DDFB;
}
.AnyTagClassName
{
color: #B9DDFB;
}
</style>
background-color css
<style>
a { background-color: #B9DDFB; }
a { background-color: rgb(185,221,251); }
div.DivClassName
{
background-color: #B9DDFB;
}
.BgClassName
{
background-color: #B9DDFB;
}
</style>
border-color css
<style>
span { border-color: #B9DDFB; }
span { border-color: rgb(185,221,251); }
td.TdClassName
{
border-color: #B9DDFB;
}
.TagClassName
{
border-color: #B9DDFB;
}
</style>