Shades of Light Blue #B8D5DC
Tints of Light Blue #B8D5DC
RGB
CMYK
RGB Variations
Color information
#B8D5DC (or 0xB8D5DC) is known color: Light Blue. HEX triplet: B8, D5 and DC. RGB value is (184,213,220). Sum of RGB (Red+Green+Blue) = 184+213+220=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8D5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5DC is #472A23. Grayscale: #CDCDCD. Windows color (decimal): -4663844 or 14472632. OLE color: 14472632.
HSL color Cylindrical-coordinate representation of color #B8D5DC: hue angle of 191.67º 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 #B8D5DC is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 213 | 220 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.14 |
| HSL | 191.67º | 0.34% | 0.79% | - |
| HSV(B) | 191.67º | 0.16% | 0.86% | - |
| XYZ | 56.48 | 62.95 | 76.88 | - |
| YUV | 205.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 220 | 0.16 | 0.03 | 0 | 0.14 | 191.67 | 0.34 | 0.79 |
| Hex | B8 | D5 | DC | 10 | 3 | 0 | E | C0 | 22 | 4F |
| Octal | 270 | 325 | 334 | 20 | 3 | 0 | 16 | 300 | 42 | 117 |
| Binary | 10111000 | 11010101 | 11011100 | 10000 | 11 | 0 | 1110 | 11000000 | 100010 | 1001111 |
Color Harmonies of #B8D5DC
Complementary color
Monochromatic Colors of #B8D5DC
Black with #B8D5DC
Text Example
Text Example
White with #B8D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5DC; }
p { color: rgb(184,213,220); }
H1.HeaderClassName
{
color: #B8D5DC;
}
.AnyTagClassName
{
color: #B8D5DC;
}
</style>
background-color css
<style>
a { background-color: #B8D5DC; }
a { background-color: rgb(184,213,220); }
div.DivClassName
{
background-color: #B8D5DC;
}
.BgClassName
{
background-color: #B8D5DC;
}
</style>
border-color css
<style>
span { border-color: #B8D5DC; }
span { border-color: rgb(184,213,220); }
td.TdClassName
{
border-color: #B8D5DC;
}
.TagClassName
{
border-color: #B8D5DC;
}
</style>