Shades of Blizzard Blue #8EDFEC
Tints of Blizzard Blue #8EDFEC
RGB
CMYK
RGB Variations
Color information
#8EDFEC (or 0x8EDFEC) is known color: Blizzard Blue. HEX triplet: 8E, DF and EC. RGB value is (142,223,236). Sum of RGB (Red+Green+Blue) = 142+223+236=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFEC is #712013. Grayscale: #C8C8C8. Windows color (decimal): -7413780 or 15523726. OLE color: 15523726.
HSL color Cylindrical-coordinate representation of color #8EDFEC: hue angle of 188.3º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDFEC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 223 | 236 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.07 |
| HSL | 188.3º | 0.71% | 0.74% | - |
| HSV(B) | 188.3º | 0.4% | 0.93% | - |
| XYZ | 52.68 | 64.58 | 89.05 | - |
| YUV | 200.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 236 | 0.40 | 0.06 | 0 | 0.07 | 188.3 | 0.71 | 0.74 |
| Hex | 8E | DF | EC | 28 | 6 | 0 | 7 | BC | 47 | 4A |
| Octal | 216 | 337 | 354 | 50 | 6 | 0 | 7 | 274 | 107 | 112 |
| Binary | 10001110 | 11011111 | 11101100 | 101000 | 110 | 0 | 111 | 10111100 | 1000111 | 1001010 |
Color Harmonies of #8EDFEC
Complementary color
Monochromatic Colors of #8EDFEC
Black with #8EDFEC
Text Example
Text Example
White with #8EDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFEC; }
p { color: rgb(142,223,236); }
H1.HeaderClassName
{
color: #8EDFEC;
}
.AnyTagClassName
{
color: #8EDFEC;
}
</style>
background-color css
<style>
a { background-color: #8EDFEC; }
a { background-color: rgb(142,223,236); }
div.DivClassName
{
background-color: #8EDFEC;
}
.BgClassName
{
background-color: #8EDFEC;
}
</style>
border-color css
<style>
span { border-color: #8EDFEC; }
span { border-color: rgb(142,223,236); }
td.TdClassName
{
border-color: #8EDFEC;
}
.TagClassName
{
border-color: #8EDFEC;
}
</style>