Shades of Light Blue #B9D9EC
Tints of Light Blue #B9D9EC
RGB
CMYK
RGB Variations
Color information
#B9D9EC (or 0xB9D9EC) is known color: Light Blue. HEX triplet: B9, D9 and EC. RGB value is (185,217,236). Sum of RGB (Red+Green+Blue) = 185+217+236=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D9EC is #462613. Grayscale: #D1D1D1. Windows color (decimal): -4597268 or 15522233. OLE color: 15522233.
HSL color Cylindrical-coordinate representation of color #B9D9EC: hue angle of 202.35º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9D9EC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 217 | 236 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.07 |
| HSL | 202.35º | 0.57% | 0.83% | - |
| HSV(B) | 202.35º | 0.22% | 0.93% | - |
| XYZ | 59.96 | 66 | 88.94 | - |
| YUV | 209.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 236 | 0.22 | 0.08 | 0 | 0.07 | 202.35 | 0.57 | 0.83 |
| Hex | B9 | D9 | EC | 16 | 8 | 0 | 7 | CA | 39 | 53 |
| Octal | 271 | 331 | 354 | 26 | 10 | 0 | 7 | 312 | 71 | 123 |
| Binary | 10111001 | 11011001 | 11101100 | 10110 | 1000 | 0 | 111 | 11001010 | 111001 | 1010011 |
Color Harmonies of #B9D9EC
Complementary color
Monochromatic Colors of #B9D9EC
Black with #B9D9EC
Text Example
Text Example
White with #B9D9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D9EC; }
p { color: rgb(185,217,236); }
H1.HeaderClassName
{
color: #B9D9EC;
}
.AnyTagClassName
{
color: #B9D9EC;
}
</style>
background-color css
<style>
a { background-color: #B9D9EC; }
a { background-color: rgb(185,217,236); }
div.DivClassName
{
background-color: #B9D9EC;
}
.BgClassName
{
background-color: #B9D9EC;
}
</style>
border-color css
<style>
span { border-color: #B9D9EC; }
span { border-color: rgb(185,217,236); }
td.TdClassName
{
border-color: #B9D9EC;
}
.TagClassName
{
border-color: #B9D9EC;
}
</style>