Html Css Color HEX #B9DFFF Pale Cornflower Blue
📋 copy color: '#B9DFFF'red 185 ◦ green 223 ◦ blue 255
Shades of Pale Cornflower Blue #B9DFFF
Tints of Pale Cornflower Blue #B9DFFF
RGB
CMYK
RGB Variations
Color information
#B9DFFF (or 0xB9DFFF) is known color: Pale Cornflower Blue. HEX triplet: B9, DF and FF. RGB value is (185,223,255). Sum of RGB (Red+Green+Blue) = 185+223+255=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DFFF is #462000. Grayscale: #D7D7D7. Windows color (decimal): -4595713 or 16768953. OLE color: 16768953.
HSL color Cylindrical-coordinate representation of color #B9DFFF: hue angle of 207.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9DFFF is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 223 | 255 | - |
| CMYK | 0.27 | 0.13 | 0 | 0 |
| HSL | 207.43º | 1% | 0.86% | - |
| HSV(B) | 207.43º | 0.27% | 1% | - |
| XYZ | 64.45 | 70.31 | 104.78 | - |
| YUV | 215.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 255 | 0.27 | 0.13 | 0 | 0 | 207.43 | 1 | 0.86 |
| Hex | B9 | DF | FF | 1B | D | 0 | 0 | CF | 64 | 56 |
| Octal | 271 | 337 | 377 | 33 | 15 | 0 | 0 | 317 | 144 | 126 |
| Binary | 10111001 | 11011111 | 11111111 | 11011 | 1101 | 0 | 0 | 11001111 | 1100100 | 1010110 |
Color Harmonies of #B9DFFF
Complementary color
Monochromatic Colors of #B9DFFF
Black with #B9DFFF
Text Example
Text Example
White with #B9DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFFF; }
p { color: rgb(185,223,255); }
H1.HeaderClassName
{
color: #B9DFFF;
}
.AnyTagClassName
{
color: #B9DFFF;
}
</style>
background-color css
<style>
a { background-color: #B9DFFF; }
a { background-color: rgb(185,223,255); }
div.DivClassName
{
background-color: #B9DFFF;
}
.BgClassName
{
background-color: #B9DFFF;
}
</style>
border-color css
<style>
span { border-color: #B9DFFF; }
span { border-color: rgb(185,223,255); }
td.TdClassName
{
border-color: #B9DFFF;
}
.TagClassName
{
border-color: #B9DFFF;
}
</style>