Shades of Blizzard Blue #8CE9E7
Tints of Blizzard Blue #8CE9E7
RGB
CMYK
RGB Variations
Color information
#8CE9E7 (or 0x8CE9E7) is known color: Blizzard Blue. HEX triplet: 8C, E9 and E7. RGB value is (140,233,231). Sum of RGB (Red+Green+Blue) = 140+233+231=604 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.18% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE9E7 is #731618. Grayscale: #CCCCCC. Windows color (decimal): -7542297 or 15198604. OLE color: 15198604.
HSL color Cylindrical-coordinate representation of color #8CE9E7: hue angle of 178.71º 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 #8CE9E7 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 231 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.09 |
| HSL | 178.71º | 0.68% | 0.73% | - |
| HSV(B) | 178.71º | 0.4% | 0.91% | - |
| XYZ | 54.38 | 69.62 | 86.17 | - |
| YUV | 204.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 231 | 0.40 | 0 | 0.01 | 0.09 | 178.71 | 0.68 | 0.73 |
| Hex | 8C | E9 | E7 | 28 | 0 | 1 | 9 | B3 | 44 | 49 |
| Octal | 214 | 351 | 347 | 50 | 0 | 1 | 11 | 263 | 104 | 111 |
| Binary | 10001100 | 11101001 | 11100111 | 101000 | 0 | 1 | 1001 | 10110011 | 1000100 | 1001001 |
Color Harmonies of #8CE9E7
Complementary color
Monochromatic Colors of #8CE9E7
Black with #8CE9E7
Text Example
Text Example
White with #8CE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE9E7; }
p { color: rgb(140,233,231); }
H1.HeaderClassName
{
color: #8CE9E7;
}
.AnyTagClassName
{
color: #8CE9E7;
}
</style>
background-color css
<style>
a { background-color: #8CE9E7; }
a { background-color: rgb(140,233,231); }
div.DivClassName
{
background-color: #8CE9E7;
}
.BgClassName
{
background-color: #8CE9E7;
}
</style>
border-color css
<style>
span { border-color: #8CE9E7; }
span { border-color: rgb(140,233,231); }
td.TdClassName
{
border-color: #8CE9E7;
}
.TagClassName
{
border-color: #8CE9E7;
}
</style>