Shades of Light Blue #B9DCEF
Tints of Light Blue #B9DCEF
RGB
CMYK
RGB Variations
Color information
#B9DCEF (or 0xB9DCEF) is known color: Light Blue. HEX triplet: B9, DC and EF. RGB value is (185,220,239). Sum of RGB (Red+Green+Blue) = 185+220+239=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DCEF is #462310. Grayscale: #D3D3D3. Windows color (decimal): -4596497 or 15719609. OLE color: 15719609.
HSL color Cylindrical-coordinate representation of color #B9DCEF: hue angle of 201.11º 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 #B9DCEF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 220 | 239 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.06 |
| HSL | 201.11º | 0.63% | 0.83% | - |
| HSV(B) | 201.11º | 0.23% | 0.94% | - |
| XYZ | 61.18 | 67.73 | 91.51 | - |
| YUV | 211.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 239 | 0.23 | 0.08 | 0 | 0.06 | 201.11 | 0.63 | 0.83 |
| Hex | B9 | DC | EF | 17 | 8 | 0 | 6 | C9 | 3F | 53 |
| Octal | 271 | 334 | 357 | 27 | 10 | 0 | 6 | 311 | 77 | 123 |
| Binary | 10111001 | 11011100 | 11101111 | 10111 | 1000 | 0 | 110 | 11001001 | 111111 | 1010011 |
Color Harmonies of #B9DCEF
Complementary color
Monochromatic Colors of #B9DCEF
Black with #B9DCEF
Text Example
Text Example
White with #B9DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCEF; }
p { color: rgb(185,220,239); }
H1.HeaderClassName
{
color: #B9DCEF;
}
.AnyTagClassName
{
color: #B9DCEF;
}
</style>
background-color css
<style>
a { background-color: #B9DCEF; }
a { background-color: rgb(185,220,239); }
div.DivClassName
{
background-color: #B9DCEF;
}
.BgClassName
{
background-color: #B9DCEF;
}
</style>
border-color css
<style>
span { border-color: #B9DCEF; }
span { border-color: rgb(185,220,239); }
td.TdClassName
{
border-color: #B9DCEF;
}
.TagClassName
{
border-color: #B9DCEF;
}
</style>