Shades of Blizzard Blue #8CE0EA
Tints of Blizzard Blue #8CE0EA
RGB
CMYK
RGB Variations
Color information
#8CE0EA (or 0x8CE0EA) is known color: Blizzard Blue. HEX triplet: 8C, E0 and EA. RGB value is (140,224,234). Sum of RGB (Red+Green+Blue) = 140+224+234=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE0EA is #731F15. Grayscale: #C7C7C7. Windows color (decimal): -7544598 or 15392908. OLE color: 15392908.
HSL color Cylindrical-coordinate representation of color #8CE0EA: hue angle of 186.38º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE0EA is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 224 | 234 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.08 |
| HSL | 186.38º | 0.69% | 0.73% | - |
| HSV(B) | 186.38º | 0.4% | 0.92% | - |
| XYZ | 52.32 | 64.83 | 87.6 | - |
| YUV | 200.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 234 | 0.40 | 0.04 | 0 | 0.08 | 186.38 | 0.69 | 0.73 |
| Hex | 8C | E0 | EA | 28 | 4 | 0 | 8 | BA | 45 | 49 |
| Octal | 214 | 340 | 352 | 50 | 4 | 0 | 10 | 272 | 105 | 111 |
| Binary | 10001100 | 11100000 | 11101010 | 101000 | 100 | 0 | 1000 | 10111010 | 1000101 | 1001001 |
Color Harmonies of #8CE0EA
Complementary color
Monochromatic Colors of #8CE0EA
Black with #8CE0EA
Text Example
Text Example
White with #8CE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE0EA; }
p { color: rgb(140,224,234); }
H1.HeaderClassName
{
color: #8CE0EA;
}
.AnyTagClassName
{
color: #8CE0EA;
}
</style>
background-color css
<style>
a { background-color: #8CE0EA; }
a { background-color: rgb(140,224,234); }
div.DivClassName
{
background-color: #8CE0EA;
}
.BgClassName
{
background-color: #8CE0EA;
}
</style>
border-color css
<style>
span { border-color: #8CE0EA; }
span { border-color: rgb(140,224,234); }
td.TdClassName
{
border-color: #8CE0EA;
}
.TagClassName
{
border-color: #8CE0EA;
}
</style>