Shades of Blizzard Blue #8EDFED
Tints of Blizzard Blue #8EDFED
RGB
CMYK
RGB Variations
Color information
#8EDFED (or 0x8EDFED) is known color: Blizzard Blue. HEX triplet: 8E, DF and ED. RGB value is (142,223,237). Sum of RGB (Red+Green+Blue) = 142+223+237=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFED is #712012. Grayscale: #C8C8C8. Windows color (decimal): -7413779 or 15589262. OLE color: 15589262.
HSL color Cylindrical-coordinate representation of color #8EDFED: hue angle of 188.84º degrees, saturation: 0.73, 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 #8EDFED is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 223 | 237 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.07 |
| HSL | 188.84º | 0.73% | 0.74% | - |
| HSV(B) | 188.84º | 0.4% | 0.93% | - |
| XYZ | 52.83 | 64.64 | 89.81 | - |
| YUV | 200.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 237 | 0.40 | 0.06 | 0 | 0.07 | 188.84 | 0.73 | 0.74 |
| Hex | 8E | DF | ED | 28 | 6 | 0 | 7 | BD | 49 | 4A |
| Octal | 216 | 337 | 355 | 50 | 6 | 0 | 7 | 275 | 111 | 112 |
| Binary | 10001110 | 11011111 | 11101101 | 101000 | 110 | 0 | 111 | 10111101 | 1001001 | 1001010 |
Color Harmonies of #8EDFED
Complementary color
Monochromatic Colors of #8EDFED
Black with #8EDFED
Text Example
Text Example
White with #8EDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFED; }
p { color: rgb(142,223,237); }
H1.HeaderClassName
{
color: #8EDFED;
}
.AnyTagClassName
{
color: #8EDFED;
}
</style>
background-color css
<style>
a { background-color: #8EDFED; }
a { background-color: rgb(142,223,237); }
div.DivClassName
{
background-color: #8EDFED;
}
.BgClassName
{
background-color: #8EDFED;
}
</style>
border-color css
<style>
span { border-color: #8EDFED; }
span { border-color: rgb(142,223,237); }
td.TdClassName
{
border-color: #8EDFED;
}
.TagClassName
{
border-color: #8EDFED;
}
</style>