Shades of Light Blue #B8D0DC
Tints of Light Blue #B8D0DC
RGB
CMYK
RGB Variations
Color information
#B8D0DC (or 0xB8D0DC) is known color: Light Blue. HEX triplet: B8, D0 and DC. RGB value is (184,208,220). Sum of RGB (Red+Green+Blue) = 184+208+220=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D0DC is #472F23. Grayscale: #CACACA. Windows color (decimal): -4665124 or 14471352. OLE color: 14471352.
HSL color Cylindrical-coordinate representation of color #B8D0DC: hue angle of 200º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8D0DC is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 208 | 220 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.14 |
| HSL | 200º | 0.34% | 0.79% | - |
| HSV(B) | 200º | 0.16% | 0.86% | - |
| XYZ | 55.24 | 60.47 | 76.47 | - |
| YUV | 202.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 220 | 0.16 | 0.05 | 0 | 0.14 | 200 | 0.34 | 0.79 |
| Hex | B8 | D0 | DC | 10 | 5 | 0 | E | C8 | 22 | 4F |
| Octal | 270 | 320 | 334 | 20 | 5 | 0 | 16 | 310 | 42 | 117 |
| Binary | 10111000 | 11010000 | 11011100 | 10000 | 101 | 0 | 1110 | 11001000 | 100010 | 1001111 |
Color Harmonies of #B8D0DC
Complementary color
Monochromatic Colors of #B8D0DC
Black with #B8D0DC
Text Example
Text Example
White with #B8D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0DC; }
p { color: rgb(184,208,220); }
H1.HeaderClassName
{
color: #B8D0DC;
}
.AnyTagClassName
{
color: #B8D0DC;
}
</style>
background-color css
<style>
a { background-color: #B8D0DC; }
a { background-color: rgb(184,208,220); }
div.DivClassName
{
background-color: #B8D0DC;
}
.BgClassName
{
background-color: #B8D0DC;
}
</style>
border-color css
<style>
span { border-color: #B8D0DC; }
span { border-color: rgb(184,208,220); }
td.TdClassName
{
border-color: #B8D0DC;
}
.TagClassName
{
border-color: #B8D0DC;
}
</style>