Shades of Blizzard Blue #8CE9E5
Tints of Blizzard Blue #8CE9E5
RGB
CMYK
RGB Variations
Color information
#8CE9E5 (or 0x8CE9E5) is known color: Blizzard Blue. HEX triplet: 8C, E9 and E5. RGB value is (140,233,229). Sum of RGB (Red+Green+Blue) = 140+233+229=602 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.26% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE9E5 is #73161A. Grayscale: #CCCCCC. Windows color (decimal): -7542299 or 15067532. OLE color: 15067532.
HSL color Cylindrical-coordinate representation of color #8CE9E5: hue angle of 177.42º degrees, saturation: 0.68, 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 #8CE9E5 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 229 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.09 |
| HSL | 177.42º | 0.68% | 0.73% | - |
| HSV(B) | 177.42º | 0.4% | 0.91% | - |
| XYZ | 54.1 | 69.51 | 84.69 | - |
| YUV | 204.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 229 | 0.40 | 0 | 0.02 | 0.09 | 177.42 | 0.68 | 0.73 |
| Hex | 8C | E9 | E5 | 28 | 0 | 2 | 9 | B1 | 44 | 49 |
| Octal | 214 | 351 | 345 | 50 | 0 | 2 | 11 | 261 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11100101 | 101000 | 0 | 10 | 1001 | 10110001 | 1000100 | 1001001 |
Color Harmonies of #8CE9E5
Complementary color
Monochromatic Colors of #8CE9E5
Black with #8CE9E5
Text Example
Text Example
White with #8CE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9E5; }
p { color: rgb(140,233,229); }
H1.HeaderClassName
{
color: #8CE9E5;
}
.AnyTagClassName
{
color: #8CE9E5;
}
</style>
background-color css
<style>
a { background-color: #8CE9E5; }
a { background-color: rgb(140,233,229); }
div.DivClassName
{
background-color: #8CE9E5;
}
.BgClassName
{
background-color: #8CE9E5;
}
</style>
border-color css
<style>
span { border-color: #8CE9E5; }
span { border-color: rgb(140,233,229); }
td.TdClassName
{
border-color: #8CE9E5;
}
.TagClassName
{
border-color: #8CE9E5;
}
</style>