Shades of Blizzard Blue #8CE6E5
Tints of Blizzard Blue #8CE6E5
RGB
CMYK
RGB Variations
Color information
#8CE6E5 (or 0x8CE6E5) is known color: Blizzard Blue. HEX triplet: 8C, E6 and E5. RGB value is (140,230,229). Sum of RGB (Red+Green+Blue) = 140+230+229=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE6E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CE6E5 is #73191A. Grayscale: #CACACA. Windows color (decimal): -7543067 or 15066764. OLE color: 15066764.
HSL color Cylindrical-coordinate representation of color #8CE6E5: hue angle of 179.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE6E5 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 230 | 229 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.10 |
| HSL | 179.33º | 0.64% | 0.73% | - |
| HSV(B) | 179.33º | 0.39% | 0.9% | - |
| XYZ | 53.25 | 67.83 | 84.41 | - |
| YUV | 202.98 | 142.68 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 230 | 229 | 0.39 | 0 | 0.00 | 0.10 | 179.33 | 0.64 | 0.73 |
| Hex | 8C | E6 | E5 | 27 | 0 | 0 | A | B3 | 40 | 49 |
| Octal | 214 | 346 | 345 | 47 | 0 | 0 | 12 | 263 | 100 | 111 |
| Binary | 10001100 | 11100110 | 11100101 | 100111 | 0 | 0 | 1010 | 10110011 | 1000000 | 1001001 |
Color Harmonies of #8CE6E5
Complementary color
Monochromatic Colors of #8CE6E5
Black with #8CE6E5
Text Example
Text Example
White with #8CE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE6E5; }
p { color: rgb(140,230,229); }
H1.HeaderClassName
{
color: #8CE6E5;
}
.AnyTagClassName
{
color: #8CE6E5;
}
</style>
background-color css
<style>
a { background-color: #8CE6E5; }
a { background-color: rgb(140,230,229); }
div.DivClassName
{
background-color: #8CE6E5;
}
.BgClassName
{
background-color: #8CE6E5;
}
</style>
border-color css
<style>
span { border-color: #8CE6E5; }
span { border-color: rgb(140,230,229); }
td.TdClassName
{
border-color: #8CE6E5;
}
.TagClassName
{
border-color: #8CE6E5;
}
</style>