Shades of Light Blue #B8D8EC
Tints of Light Blue #B8D8EC
RGB
CMYK
RGB Variations
Color information
#B8D8EC (or 0xB8D8EC) is known color: Light Blue. HEX triplet: B8, D8 and EC. RGB value is (184,216,236). Sum of RGB (Red+Green+Blue) = 184+216+236=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8D8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D8EC is #472713. Grayscale: #D0D0D0. Windows color (decimal): -4663060 or 15521976. OLE color: 15521976.
HSL color Cylindrical-coordinate representation of color #B8D8EC: hue angle of 203.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D8EC is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 216 | 236 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.07 |
| HSL | 203.08º | 0.58% | 0.82% | - |
| HSV(B) | 203.08º | 0.22% | 0.93% | - |
| XYZ | 59.46 | 65.36 | 88.84 | - |
| YUV | 208.71 | 143.4 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 236 | 0.22 | 0.08 | 0 | 0.07 | 203.08 | 0.58 | 0.82 |
| Hex | B8 | D8 | EC | 16 | 8 | 0 | 7 | CB | 3A | 52 |
| Octal | 270 | 330 | 354 | 26 | 10 | 0 | 7 | 313 | 72 | 122 |
| Binary | 10111000 | 11011000 | 11101100 | 10110 | 1000 | 0 | 111 | 11001011 | 111010 | 1010010 |
Color Harmonies of #B8D8EC
Complementary color
Monochromatic Colors of #B8D8EC
Black with #B8D8EC
Text Example
Text Example
White with #B8D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D8EC; }
p { color: rgb(184,216,236); }
H1.HeaderClassName
{
color: #B8D8EC;
}
.AnyTagClassName
{
color: #B8D8EC;
}
</style>
background-color css
<style>
a { background-color: #B8D8EC; }
a { background-color: rgb(184,216,236); }
div.DivClassName
{
background-color: #B8D8EC;
}
.BgClassName
{
background-color: #B8D8EC;
}
</style>
border-color css
<style>
span { border-color: #B8D8EC; }
span { border-color: rgb(184,216,236); }
td.TdClassName
{
border-color: #B8D8EC;
}
.TagClassName
{
border-color: #B8D8EC;
}
</style>