Shades of Light Blue #B0D3DB
Tints of Light Blue #B0D3DB
RGB
CMYK
RGB Variations
Color information
#B0D3DB (or 0xB0D3DB) is known color: Light Blue. HEX triplet: B0, D3 and DB. RGB value is (176,211,219). Sum of RGB (Red+Green+Blue) = 176+211+219=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3DB is #4F2C24. Grayscale: #C9C9C9. Windows color (decimal): -5188645 or 14406576. OLE color: 14406576.
HSL color Cylindrical-coordinate representation of color #B0D3DB: hue angle of 191.16º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D3DB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 211 | 219 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.14 |
| HSL | 191.16º | 0.37% | 0.77% | - |
| HSV(B) | 191.16º | 0.2% | 0.86% | - |
| XYZ | 53.98 | 60.93 | 75.93 | - |
| YUV | 201.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 219 | 0.20 | 0.04 | 0 | 0.14 | 191.16 | 0.37 | 0.77 |
| Hex | B0 | D3 | DB | 14 | 4 | 0 | E | BF | 25 | 4D |
| Octal | 260 | 323 | 333 | 24 | 4 | 0 | 16 | 277 | 45 | 115 |
| Binary | 10110000 | 11010011 | 11011011 | 10100 | 100 | 0 | 1110 | 10111111 | 100101 | 1001101 |
Color Harmonies of #B0D3DB
Complementary color
Monochromatic Colors of #B0D3DB
Black with #B0D3DB
Text Example
Text Example
White with #B0D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3DB; }
p { color: rgb(176,211,219); }
H1.HeaderClassName
{
color: #B0D3DB;
}
.AnyTagClassName
{
color: #B0D3DB;
}
</style>
background-color css
<style>
a { background-color: #B0D3DB; }
a { background-color: rgb(176,211,219); }
div.DivClassName
{
background-color: #B0D3DB;
}
.BgClassName
{
background-color: #B0D3DB;
}
</style>
border-color css
<style>
span { border-color: #B0D3DB; }
span { border-color: rgb(176,211,219); }
td.TdClassName
{
border-color: #B0D3DB;
}
.TagClassName
{
border-color: #B0D3DB;
}
</style>