Html Css Color HEX #B9DBFF Pale Cornflower Blue
📋 copy color: '#B9DBFF'red 185 ◦ green 219 ◦ blue 255
Shades of Pale Cornflower Blue #B9DBFF
Tints of Pale Cornflower Blue #B9DBFF
RGB
CMYK
RGB Variations
Color information
#B9DBFF (or 0xB9DBFF) is known color: Pale Cornflower Blue. HEX triplet: B9, DB and FF. RGB value is (185,219,255). Sum of RGB (Red+Green+Blue) = 185+219+255=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBFF is #462400. Grayscale: #D4D4D4. Windows color (decimal): -4596737 or 16767929. OLE color: 16767929.
HSL color Cylindrical-coordinate representation of color #B9DBFF: hue angle of 210.86º 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 #B9DBFF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 219 | 255 | - |
| CMYK | 0.27 | 0.14 | 0 | 0 |
| HSL | 210.86º | 1% | 0.86% | - |
| HSV(B) | 210.86º | 0.27% | 1% | - |
| XYZ | 63.39 | 68.2 | 104.43 | - |
| YUV | 212.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 255 | 0.27 | 0.14 | 0 | 0 | 210.86 | 1 | 0.86 |
| Hex | B9 | DB | FF | 1B | E | 0 | 0 | D3 | 64 | 56 |
| Octal | 271 | 333 | 377 | 33 | 16 | 0 | 0 | 323 | 144 | 126 |
| Binary | 10111001 | 11011011 | 11111111 | 11011 | 1110 | 0 | 0 | 11010011 | 1100100 | 1010110 |
Color Harmonies of #B9DBFF
Complementary color
Monochromatic Colors of #B9DBFF
Black with #B9DBFF
Text Example
Text Example
White with #B9DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBFF; }
p { color: rgb(185,219,255); }
H1.HeaderClassName
{
color: #B9DBFF;
}
.AnyTagClassName
{
color: #B9DBFF;
}
</style>
background-color css
<style>
a { background-color: #B9DBFF; }
a { background-color: rgb(185,219,255); }
div.DivClassName
{
background-color: #B9DBFF;
}
.BgClassName
{
background-color: #B9DBFF;
}
</style>
border-color css
<style>
span { border-color: #B9DBFF; }
span { border-color: rgb(185,219,255); }
td.TdClassName
{
border-color: #B9DBFF;
}
.TagClassName
{
border-color: #B9DBFF;
}
</style>