Shades of Light Blue #B8D0DD
Tints of Light Blue #B8D0DD
RGB
CMYK
RGB Variations
Color information
#B8D0DD (or 0xB8D0DD) is known color: Light Blue. HEX triplet: B8, D0 and DD. RGB value is (184,208,221). Sum of RGB (Red+Green+Blue) = 184+208+221=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8D0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0DD is #472F22. Grayscale: #CACACA. Windows color (decimal): -4665123 or 14536888. OLE color: 14536888.
HSL color Cylindrical-coordinate representation of color #B8D0DD: hue angle of 201.08º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8D0DD is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 208 | 221 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.13 |
| HSL | 201.08º | 0.35% | 0.79% | - |
| HSV(B) | 201.08º | 0.17% | 0.87% | - |
| XYZ | 55.37 | 60.52 | 77.17 | - |
| YUV | 202.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 221 | 0.17 | 0.06 | 0 | 0.13 | 201.08 | 0.35 | 0.79 |
| Hex | B8 | D0 | DD | 11 | 6 | 0 | D | C9 | 23 | 4F |
| Octal | 270 | 320 | 335 | 21 | 6 | 0 | 15 | 311 | 43 | 117 |
| Binary | 10111000 | 11010000 | 11011101 | 10001 | 110 | 0 | 1101 | 11001001 | 100011 | 1001111 |
Color Harmonies of #B8D0DD
Complementary color
Monochromatic Colors of #B8D0DD
Black with #B8D0DD
Text Example
Text Example
White with #B8D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0DD; }
p { color: rgb(184,208,221); }
H1.HeaderClassName
{
color: #B8D0DD;
}
.AnyTagClassName
{
color: #B8D0DD;
}
</style>
background-color css
<style>
a { background-color: #B8D0DD; }
a { background-color: rgb(184,208,221); }
div.DivClassName
{
background-color: #B8D0DD;
}
.BgClassName
{
background-color: #B8D0DD;
}
</style>
border-color css
<style>
span { border-color: #B8D0DD; }
span { border-color: rgb(184,208,221); }
td.TdClassName
{
border-color: #B8D0DD;
}
.TagClassName
{
border-color: #B8D0DD;
}
</style>