Shades of Blizzard Blue #8CE9EA
Tints of Blizzard Blue #8CE9EA
RGB
CMYK
RGB Variations
Color information
#8CE9EA (or 0x8CE9EA) is known color: Blizzard Blue. HEX triplet: 8C, E9 and EA. RGB value is (140,233,234). Sum of RGB (Red+Green+Blue) = 140+233+234=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CE9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE9EA is #731615. Grayscale: #CDCDCD. Windows color (decimal): -7542294 or 15395212. OLE color: 15395212.
HSL color Cylindrical-coordinate representation of color #8CE9EA: hue angle of 180.64º 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 #8CE9EA is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 233 | 234 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.08 |
| HSL | 180.64º | 0.69% | 0.73% | - |
| HSV(B) | 180.64º | 0.4% | 0.92% | - |
| XYZ | 54.81 | 69.79 | 88.42 | - |
| YUV | 205.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 234 | 0.40 | 0.00 | 0 | 0.08 | 180.64 | 0.69 | 0.73 |
| Hex | 8C | E9 | EA | 28 | 0 | 0 | 8 | B5 | 45 | 49 |
| Octal | 214 | 351 | 352 | 50 | 0 | 0 | 10 | 265 | 105 | 111 |
| Binary | 10001100 | 11101001 | 11101010 | 101000 | 0 | 0 | 1000 | 10110101 | 1000101 | 1001001 |
Color Harmonies of #8CE9EA
Complementary color
Monochromatic Colors of #8CE9EA
Black with #8CE9EA
Text Example
Text Example
White with #8CE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9EA; }
p { color: rgb(140,233,234); }
H1.HeaderClassName
{
color: #8CE9EA;
}
.AnyTagClassName
{
color: #8CE9EA;
}
</style>
background-color css
<style>
a { background-color: #8CE9EA; }
a { background-color: rgb(140,233,234); }
div.DivClassName
{
background-color: #8CE9EA;
}
.BgClassName
{
background-color: #8CE9EA;
}
</style>
border-color css
<style>
span { border-color: #8CE9EA; }
span { border-color: rgb(140,233,234); }
td.TdClassName
{
border-color: #8CE9EA;
}
.TagClassName
{
border-color: #8CE9EA;
}
</style>