Html Css Color HEX #B9D8EF Pale Cornflower Blue
📋 copy color: '#B9D8EF'red 185 ◦ green 216 ◦ blue 239
Shades of Pale Cornflower Blue #B9D8EF
Tints of Pale Cornflower Blue #B9D8EF
RGB
CMYK
RGB Variations
Color information
#B9D8EF (or 0xB9D8EF) is known color: Pale Cornflower Blue. HEX triplet: B9, D8 and EF. RGB value is (185,216,239). Sum of RGB (Red+Green+Blue) = 185+216+239=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9D8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D8EF is #462710. Grayscale: #D1D1D1. Windows color (decimal): -4597521 or 15718585. OLE color: 15718585.
HSL color Cylindrical-coordinate representation of color #B9D8EF: hue angle of 205.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9D8EF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 216 | 239 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.06 |
| HSL | 205.56º | 0.63% | 0.83% | - |
| HSV(B) | 205.56º | 0.23% | 0.94% | - |
| XYZ | 60.14 | 65.66 | 91.16 | - |
| YUV | 209.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 239 | 0.23 | 0.10 | 0 | 0.06 | 205.56 | 0.63 | 0.83 |
| Hex | B9 | D8 | EF | 17 | A | 0 | 6 | CE | 3F | 53 |
| Octal | 271 | 330 | 357 | 27 | 12 | 0 | 6 | 316 | 77 | 123 |
| Binary | 10111001 | 11011000 | 11101111 | 10111 | 1010 | 0 | 110 | 11001110 | 111111 | 1010011 |
Color Harmonies of #B9D8EF
Complementary color
Monochromatic Colors of #B9D8EF
Black with #B9D8EF
Text Example
Text Example
White with #B9D8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8EF; }
p { color: rgb(185,216,239); }
H1.HeaderClassName
{
color: #B9D8EF;
}
.AnyTagClassName
{
color: #B9D8EF;
}
</style>
background-color css
<style>
a { background-color: #B9D8EF; }
a { background-color: rgb(185,216,239); }
div.DivClassName
{
background-color: #B9D8EF;
}
.BgClassName
{
background-color: #B9D8EF;
}
</style>
border-color css
<style>
span { border-color: #B9D8EF; }
span { border-color: rgb(185,216,239); }
td.TdClassName
{
border-color: #B9D8EF;
}
.TagClassName
{
border-color: #B9D8EF;
}
</style>