Shades of Light Blue #B0CFDD
Tints of Light Blue #B0CFDD
RGB
CMYK
RGB Variations
Color information
#B0CFDD (or 0xB0CFDD) is known color: Light Blue. HEX triplet: B0, CF and DD. RGB value is (176,207,221). Sum of RGB (Red+Green+Blue) = 176+207+221=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDD is #4F3022. Grayscale: #C7C7C7. Windows color (decimal): -5189667 or 14536624. OLE color: 14536624.
HSL color Cylindrical-coordinate representation of color #B0CFDD: hue angle of 198.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CFDD is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 207 | 221 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.13 |
| HSL | 198.67º | 0.4% | 0.78% | - |
| HSV(B) | 198.67º | 0.2% | 0.87% | - |
| XYZ | 53.27 | 59.08 | 77 | - |
| YUV | 199.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 221 | 0.20 | 0.06 | 0 | 0.13 | 198.67 | 0.4 | 0.78 |
| Hex | B0 | CF | DD | 14 | 6 | 0 | D | C7 | 28 | 4E |
| Octal | 260 | 317 | 335 | 24 | 6 | 0 | 15 | 307 | 50 | 116 |
| Binary | 10110000 | 11001111 | 11011101 | 10100 | 110 | 0 | 1101 | 11000111 | 101000 | 1001110 |
Color Harmonies of #B0CFDD
Complementary color
Monochromatic Colors of #B0CFDD
Black with #B0CFDD
Text Example
Text Example
White with #B0CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFDD; }
p { color: rgb(176,207,221); }
H1.HeaderClassName
{
color: #B0CFDD;
}
.AnyTagClassName
{
color: #B0CFDD;
}
</style>
background-color css
<style>
a { background-color: #B0CFDD; }
a { background-color: rgb(176,207,221); }
div.DivClassName
{
background-color: #B0CFDD;
}
.BgClassName
{
background-color: #B0CFDD;
}
</style>
border-color css
<style>
span { border-color: #B0CFDD; }
span { border-color: rgb(176,207,221); }
td.TdClassName
{
border-color: #B0CFDD;
}
.TagClassName
{
border-color: #B0CFDD;
}
</style>