Shades of Light Blue #B8D6DC
Tints of Light Blue #B8D6DC
RGB
CMYK
RGB Variations
Color information
#B8D6DC (or 0xB8D6DC) is known color: Light Blue. HEX triplet: B8, D6 and DC. RGB value is (184,214,220). Sum of RGB (Red+Green+Blue) = 184+214+220=618 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.77% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6DC is #472923. Grayscale: #CDCDCD. Windows color (decimal): -4663588 or 14472888. OLE color: 14472888.
HSL color Cylindrical-coordinate representation of color #B8D6DC: hue angle of 190º 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 #B8D6DC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 214 | 220 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.14 |
| HSL | 190º | 0.34% | 0.79% | - |
| HSV(B) | 190º | 0.16% | 0.86% | - |
| XYZ | 56.73 | 63.45 | 76.97 | - |
| YUV | 205.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 220 | 0.16 | 0.03 | 0 | 0.14 | 190 | 0.34 | 0.79 |
| Hex | B8 | D6 | DC | 10 | 3 | 0 | E | BE | 22 | 4F |
| Octal | 270 | 326 | 334 | 20 | 3 | 0 | 16 | 276 | 42 | 117 |
| Binary | 10111000 | 11010110 | 11011100 | 10000 | 11 | 0 | 1110 | 10111110 | 100010 | 1001111 |
Color Harmonies of #B8D6DC
Complementary color
Monochromatic Colors of #B8D6DC
Black with #B8D6DC
Text Example
Text Example
White with #B8D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D6DC; }
p { color: rgb(184,214,220); }
H1.HeaderClassName
{
color: #B8D6DC;
}
.AnyTagClassName
{
color: #B8D6DC;
}
</style>
background-color css
<style>
a { background-color: #B8D6DC; }
a { background-color: rgb(184,214,220); }
div.DivClassName
{
background-color: #B8D6DC;
}
.BgClassName
{
background-color: #B8D6DC;
}
</style>
border-color css
<style>
span { border-color: #B8D6DC; }
span { border-color: rgb(184,214,220); }
td.TdClassName
{
border-color: #B8D6DC;
}
.TagClassName
{
border-color: #B8D6DC;
}
</style>