Shades of Light Blue #B9D3D9
Tints of Light Blue #B9D3D9
RGB
CMYK
RGB Variations
Color information
#B9D3D9 (or 0xB9D3D9) is known color: Light Blue. HEX triplet: B9, D3 and D9. RGB value is (185,211,217). Sum of RGB (Red+Green+Blue) = 185+211+217=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #B9D3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3D9 is #462C26. Grayscale: #CBCBCB. Windows color (decimal): -4598823 or 14275513. OLE color: 14275513.
HSL color Cylindrical-coordinate representation of color #B9D3D9: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9D3D9 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 211 | 217 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.15 |
| HSL | 191.25º | 0.3% | 0.79% | - |
| HSV(B) | 191.25º | 0.15% | 0.85% | - |
| XYZ | 55.83 | 61.91 | 74.65 | - |
| YUV | 203.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 217 | 0.15 | 0.03 | 0 | 0.15 | 191.25 | 0.3 | 0.79 |
| Hex | B9 | D3 | D9 | F | 3 | 0 | F | BF | 1E | 4F |
| Octal | 271 | 323 | 331 | 17 | 3 | 0 | 17 | 277 | 36 | 117 |
| Binary | 10111001 | 11010011 | 11011001 | 1111 | 11 | 0 | 1111 | 10111111 | 11110 | 1001111 |
Color Harmonies of #B9D3D9
Complementary color
Monochromatic Colors of #B9D3D9
Black with #B9D3D9
Text Example
Text Example
White with #B9D3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D3D9; }
p { color: rgb(185,211,217); }
H1.HeaderClassName
{
color: #B9D3D9;
}
.AnyTagClassName
{
color: #B9D3D9;
}
</style>
background-color css
<style>
a { background-color: #B9D3D9; }
a { background-color: rgb(185,211,217); }
div.DivClassName
{
background-color: #B9D3D9;
}
.BgClassName
{
background-color: #B9D3D9;
}
</style>
border-color css
<style>
span { border-color: #B9D3D9; }
span { border-color: rgb(185,211,217); }
td.TdClassName
{
border-color: #B9D3D9;
}
.TagClassName
{
border-color: #B9D3D9;
}
</style>