Shades of Light Blue #B0D0DD
Tints of Light Blue #B0D0DD
RGB
CMYK
RGB Variations
Color information
#B0D0DD (or 0xB0D0DD) is known color: Light Blue. HEX triplet: B0, D0 and DD. RGB value is (176,208,221). Sum of RGB (Red+Green+Blue) = 176+208+221=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0D0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0DD is #4F2F22. Grayscale: #C7C7C7. Windows color (decimal): -5189411 or 14536880. OLE color: 14536880.
HSL color Cylindrical-coordinate representation of color #B0D0DD: hue angle of 197.33º 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 #B0D0DD is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 208 | 221 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.13 |
| HSL | 197.33º | 0.4% | 0.78% | - |
| HSV(B) | 197.33º | 0.2% | 0.87% | - |
| XYZ | 53.51 | 59.56 | 77.08 | - |
| YUV | 199.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 221 | 0.20 | 0.06 | 0 | 0.13 | 197.33 | 0.4 | 0.78 |
| Hex | B0 | D0 | DD | 14 | 6 | 0 | D | C5 | 28 | 4E |
| Octal | 260 | 320 | 335 | 24 | 6 | 0 | 15 | 305 | 50 | 116 |
| Binary | 10110000 | 11010000 | 11011101 | 10100 | 110 | 0 | 1101 | 11000101 | 101000 | 1001110 |
Color Harmonies of #B0D0DD
Complementary color
Monochromatic Colors of #B0D0DD
Black with #B0D0DD
Text Example
Text Example
White with #B0D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D0DD; }
p { color: rgb(176,208,221); }
H1.HeaderClassName
{
color: #B0D0DD;
}
.AnyTagClassName
{
color: #B0D0DD;
}
</style>
background-color css
<style>
a { background-color: #B0D0DD; }
a { background-color: rgb(176,208,221); }
div.DivClassName
{
background-color: #B0D0DD;
}
.BgClassName
{
background-color: #B0D0DD;
}
</style>
border-color css
<style>
span { border-color: #B0D0DD; }
span { border-color: rgb(176,208,221); }
td.TdClassName
{
border-color: #B0D0DD;
}
.TagClassName
{
border-color: #B0D0DD;
}
</style>