Shades of Blizzard Blue #8EEFE6
Tints of Blizzard Blue #8EEFE6
RGB
CMYK
RGB Variations
Color information
#8EEFE6 (or 0x8EEFE6) is known color: Blizzard Blue. HEX triplet: 8E, EF and E6. RGB value is (142,239,230). Sum of RGB (Red+Green+Blue) = 142+239+230=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEFE6 is #711019. Grayscale: #D0D0D0. Windows color (decimal): -7409690 or 15134606. OLE color: 15134606.
HSL color Cylindrical-coordinate representation of color #8EEFE6: hue angle of 174.43º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFE6 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 239 | 230 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.06 |
| HSL | 174.43º | 0.75% | 0.75% | - |
| HSV(B) | 174.43º | 0.41% | 0.94% | - |
| XYZ | 56.3 | 73.2 | 86.02 | - |
| YUV | 208.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 239 | 230 | 0.41 | 0 | 0.04 | 0.06 | 174.43 | 0.75 | 0.75 |
| Hex | 8E | EF | E6 | 29 | 0 | 4 | 6 | AE | 4B | 4B |
| Octal | 216 | 357 | 346 | 51 | 0 | 4 | 6 | 256 | 113 | 113 |
| Binary | 10001110 | 11101111 | 11100110 | 101001 | 0 | 100 | 110 | 10101110 | 1001011 | 1001011 |
Color Harmonies of #8EEFE6
Complementary color
Monochromatic Colors of #8EEFE6
Black with #8EEFE6
Text Example
Text Example
White with #8EEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEFE6; }
p { color: rgb(142,239,230); }
H1.HeaderClassName
{
color: #8EEFE6;
}
.AnyTagClassName
{
color: #8EEFE6;
}
</style>
background-color css
<style>
a { background-color: #8EEFE6; }
a { background-color: rgb(142,239,230); }
div.DivClassName
{
background-color: #8EEFE6;
}
.BgClassName
{
background-color: #8EEFE6;
}
</style>
border-color css
<style>
span { border-color: #8EEFE6; }
span { border-color: rgb(142,239,230); }
td.TdClassName
{
border-color: #8EEFE6;
}
.TagClassName
{
border-color: #8EEFE6;
}
</style>