Shades of Blizzard Blue #8CE8E5
Tints of Blizzard Blue #8CE8E5
RGB
CMYK
RGB Variations
Color information
#8CE8E5 (or 0x8CE8E5) is known color: Blizzard Blue. HEX triplet: 8C, E8 and E5. RGB value is (140,232,229). Sum of RGB (Red+Green+Blue) = 140+232+229=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE8E5 is #73171A. Grayscale: #CCCCCC. Windows color (decimal): -7542555 or 15067276. OLE color: 15067276.
HSL color Cylindrical-coordinate representation of color #8CE8E5: hue angle of 178.04º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE8E5 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 229 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.09 |
| HSL | 178.04º | 0.67% | 0.73% | - |
| HSV(B) | 178.04º | 0.4% | 0.91% | - |
| XYZ | 53.81 | 68.95 | 84.6 | - |
| YUV | 204.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 229 | 0.40 | 0 | 0.01 | 0.09 | 178.04 | 0.67 | 0.73 |
| Hex | 8C | E8 | E5 | 28 | 0 | 1 | 9 | B2 | 43 | 49 |
| Octal | 214 | 350 | 345 | 50 | 0 | 1 | 11 | 262 | 103 | 111 |
| Binary | 10001100 | 11101000 | 11100101 | 101000 | 0 | 1 | 1001 | 10110010 | 1000011 | 1001001 |
Color Harmonies of #8CE8E5
Complementary color
Monochromatic Colors of #8CE8E5
Black with #8CE8E5
Text Example
Text Example
White with #8CE8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE8E5; }
p { color: rgb(140,232,229); }
H1.HeaderClassName
{
color: #8CE8E5;
}
.AnyTagClassName
{
color: #8CE8E5;
}
</style>
background-color css
<style>
a { background-color: #8CE8E5; }
a { background-color: rgb(140,232,229); }
div.DivClassName
{
background-color: #8CE8E5;
}
.BgClassName
{
background-color: #8CE8E5;
}
</style>
border-color css
<style>
span { border-color: #8CE8E5; }
span { border-color: rgb(140,232,229); }
td.TdClassName
{
border-color: #8CE8E5;
}
.TagClassName
{
border-color: #8CE8E5;
}
</style>