Shades of Light Blue #B9CFDA
Tints of Light Blue #B9CFDA
RGB
CMYK
RGB Variations
Color information
#B9CFDA (or 0xB9CFDA) is known color: Light Blue. HEX triplet: B9, CF and DA. RGB value is (185,207,218). Sum of RGB (Red+Green+Blue) = 185+207+218=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFDA is #463025. Grayscale: #C9C9C9. Windows color (decimal): -4599846 or 14340025. OLE color: 14340025.
HSL color Cylindrical-coordinate representation of color #B9CFDA: hue angle of 200º degrees, saturation: 0.31, 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 #B9CFDA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 207 | 218 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.15 |
| HSL | 200º | 0.31% | 0.79% | - |
| HSV(B) | 200º | 0.15% | 0.85% | - |
| XYZ | 54.98 | 60 | 75.01 | - |
| YUV | 201.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 218 | 0.15 | 0.05 | 0 | 0.15 | 200 | 0.31 | 0.79 |
| Hex | B9 | CF | DA | F | 5 | 0 | F | C8 | 1F | 4F |
| Octal | 271 | 317 | 332 | 17 | 5 | 0 | 17 | 310 | 37 | 117 |
| Binary | 10111001 | 11001111 | 11011010 | 1111 | 101 | 0 | 1111 | 11001000 | 11111 | 1001111 |
Color Harmonies of #B9CFDA
Complementary color
Monochromatic Colors of #B9CFDA
Black with #B9CFDA
Text Example
Text Example
White with #B9CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFDA; }
p { color: rgb(185,207,218); }
H1.HeaderClassName
{
color: #B9CFDA;
}
.AnyTagClassName
{
color: #B9CFDA;
}
</style>
background-color css
<style>
a { background-color: #B9CFDA; }
a { background-color: rgb(185,207,218); }
div.DivClassName
{
background-color: #B9CFDA;
}
.BgClassName
{
background-color: #B9CFDA;
}
</style>
border-color css
<style>
span { border-color: #B9CFDA; }
span { border-color: rgb(185,207,218); }
td.TdClassName
{
border-color: #B9CFDA;
}
.TagClassName
{
border-color: #B9CFDA;
}
</style>