Shades of Blizzard Blue #8EEBE2
Tints of Blizzard Blue #8EEBE2
RGB
CMYK
RGB Variations
Color information
#8EEBE2 (or 0x8EEBE2) is known color: Blizzard Blue. HEX triplet: 8E, EB and E2. RGB value is (142,235,226). Sum of RGB (Red+Green+Blue) = 142+235+226=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEBE2 is #71141D. Grayscale: #CECECE. Windows color (decimal): -7410718 or 14871438. OLE color: 14871438.
HSL color Cylindrical-coordinate representation of color #8EEBE2: hue angle of 174.19º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBE2 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 226 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.08 |
| HSL | 174.19º | 0.7% | 0.74% | - |
| HSV(B) | 174.19º | 0.4% | 0.92% | - |
| XYZ | 54.59 | 70.66 | 82.71 | - |
| YUV | 206.17 | 139.19 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 226 | 0.40 | 0 | 0.04 | 0.08 | 174.19 | 0.7 | 0.74 |
| Hex | 8E | EB | E2 | 28 | 0 | 4 | 8 | AE | 46 | 4A |
| Octal | 216 | 353 | 342 | 50 | 0 | 4 | 10 | 256 | 106 | 112 |
| Binary | 10001110 | 11101011 | 11100010 | 101000 | 0 | 100 | 1000 | 10101110 | 1000110 | 1001010 |
Color Harmonies of #8EEBE2
Complementary color
Monochromatic Colors of #8EEBE2
Black with #8EEBE2
Text Example
Text Example
White with #8EEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBE2; }
p { color: rgb(142,235,226); }
H1.HeaderClassName
{
color: #8EEBE2;
}
.AnyTagClassName
{
color: #8EEBE2;
}
</style>
background-color css
<style>
a { background-color: #8EEBE2; }
a { background-color: rgb(142,235,226); }
div.DivClassName
{
background-color: #8EEBE2;
}
.BgClassName
{
background-color: #8EEBE2;
}
</style>
border-color css
<style>
span { border-color: #8EEBE2; }
span { border-color: rgb(142,235,226); }
td.TdClassName
{
border-color: #8EEBE2;
}
.TagClassName
{
border-color: #8EEBE2;
}
</style>