Shades of Light Blue #B0D2DC
Tints of Light Blue #B0D2DC
RGB
CMYK
RGB Variations
Color information
#B0D2DC (or 0xB0D2DC) is known color: Light Blue. HEX triplet: B0, D2 and DC. RGB value is (176,210,220). Sum of RGB (Red+Green+Blue) = 176+210+220=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2DC is #4F2D23. Grayscale: #C8C8C8. Windows color (decimal): -5188900 or 14471856. OLE color: 14471856.
HSL color Cylindrical-coordinate representation of color #B0D2DC: hue angle of 193.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D2DC is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 210 | 220 | - |
| CMYK | 0.2 | 0.05 | 0 | 0.14 |
| HSL | 193.64º | 0.39% | 0.78% | - |
| HSV(B) | 193.64º | 0.2% | 0.86% | - |
| XYZ | 53.87 | 60.49 | 76.55 | - |
| YUV | 200.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 220 | 0.2 | 0.05 | 0 | 0.14 | 193.64 | 0.39 | 0.78 |
| Hex | B0 | D2 | DC | 14 | 5 | 0 | E | C2 | 27 | 4E |
| Octal | 260 | 322 | 334 | 24 | 5 | 0 | 16 | 302 | 47 | 116 |
| Binary | 10110000 | 11010010 | 11011100 | 10100 | 101 | 0 | 1110 | 11000010 | 100111 | 1001110 |
Color Harmonies of #B0D2DC
Complementary color
Monochromatic Colors of #B0D2DC
Black with #B0D2DC
Text Example
Text Example
White with #B0D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2DC; }
p { color: rgb(176,210,220); }
H1.HeaderClassName
{
color: #B0D2DC;
}
.AnyTagClassName
{
color: #B0D2DC;
}
</style>
background-color css
<style>
a { background-color: #B0D2DC; }
a { background-color: rgb(176,210,220); }
div.DivClassName
{
background-color: #B0D2DC;
}
.BgClassName
{
background-color: #B0D2DC;
}
</style>
border-color css
<style>
span { border-color: #B0D2DC; }
span { border-color: rgb(176,210,220); }
td.TdClassName
{
border-color: #B0D2DC;
}
.TagClassName
{
border-color: #B0D2DC;
}
</style>