Shades of Light Blue #B9CFD4
Tints of Light Blue #B9CFD4
RGB
CMYK
RGB Variations
Color information
#B9CFD4 (or 0xB9CFD4) is known color: Light Blue. HEX triplet: B9, CF and D4. RGB value is (185,207,212). Sum of RGB (Red+Green+Blue) = 185+207+212=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFD4 is #46302B. Grayscale: #C8C8C8. Windows color (decimal): -4599852 or 13946809. OLE color: 13946809.
HSL color Cylindrical-coordinate representation of color #B9CFD4: hue angle of 191.11º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9CFD4 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 207 | 212 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.17 |
| HSL | 191.11º | 0.24% | 0.78% | - |
| HSV(B) | 191.11º | 0.13% | 0.83% | - |
| XYZ | 54.2 | 59.69 | 70.95 | - |
| YUV | 200.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 212 | 0.13 | 0.02 | 0 | 0.17 | 191.11 | 0.24 | 0.78 |
| Hex | B9 | CF | D4 | D | 2 | 0 | 11 | BF | 18 | 4E |
| Octal | 271 | 317 | 324 | 15 | 2 | 0 | 21 | 277 | 30 | 116 |
| Binary | 10111001 | 11001111 | 11010100 | 1101 | 10 | 0 | 10001 | 10111111 | 11000 | 1001110 |
Color Harmonies of #B9CFD4
Complementary color
Monochromatic Colors of #B9CFD4
Black with #B9CFD4
Text Example
Text Example
White with #B9CFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CFD4; }
p { color: rgb(185,207,212); }
H1.HeaderClassName
{
color: #B9CFD4;
}
.AnyTagClassName
{
color: #B9CFD4;
}
</style>
background-color css
<style>
a { background-color: #B9CFD4; }
a { background-color: rgb(185,207,212); }
div.DivClassName
{
background-color: #B9CFD4;
}
.BgClassName
{
background-color: #B9CFD4;
}
</style>
border-color css
<style>
span { border-color: #B9CFD4; }
span { border-color: rgb(185,207,212); }
td.TdClassName
{
border-color: #B9CFD4;
}
.TagClassName
{
border-color: #B9CFD4;
}
</style>