Shades of Blizzard Blue #8CE5EA
Tints of Blizzard Blue #8CE5EA
RGB
CMYK
RGB Variations
Color information
#8CE5EA (or 0x8CE5EA) is known color: Blizzard Blue. HEX triplet: 8C, E5 and EA. RGB value is (140,229,234). Sum of RGB (Red+Green+Blue) = 140+229+234=603 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.22% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE5EA is #731A15. Grayscale: #CACACA. Windows color (decimal): -7543318 or 15394188. OLE color: 15394188.
HSL color Cylindrical-coordinate representation of color #8CE5EA: hue angle of 183.19º 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 #8CE5EA is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 229 | 234 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.08 |
| HSL | 183.19º | 0.69% | 0.73% | - |
| HSV(B) | 183.19º | 0.4% | 0.92% | - |
| XYZ | 53.69 | 67.55 | 88.05 | - |
| YUV | 202.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 229 | 234 | 0.40 | 0.02 | 0 | 0.08 | 183.19 | 0.69 | 0.73 |
| Hex | 8C | E5 | EA | 28 | 2 | 0 | 8 | B7 | 45 | 49 |
| Octal | 214 | 345 | 352 | 50 | 2 | 0 | 10 | 267 | 105 | 111 |
| Binary | 10001100 | 11100101 | 11101010 | 101000 | 10 | 0 | 1000 | 10110111 | 1000101 | 1001001 |
Color Harmonies of #8CE5EA
Complementary color
Monochromatic Colors of #8CE5EA
Black with #8CE5EA
Text Example
Text Example
White with #8CE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE5EA; }
p { color: rgb(140,229,234); }
H1.HeaderClassName
{
color: #8CE5EA;
}
.AnyTagClassName
{
color: #8CE5EA;
}
</style>
background-color css
<style>
a { background-color: #8CE5EA; }
a { background-color: rgb(140,229,234); }
div.DivClassName
{
background-color: #8CE5EA;
}
.BgClassName
{
background-color: #8CE5EA;
}
</style>
border-color css
<style>
span { border-color: #8CE5EA; }
span { border-color: rgb(140,229,234); }
td.TdClassName
{
border-color: #8CE5EA;
}
.TagClassName
{
border-color: #8CE5EA;
}
</style>