Shades of Blizzard Blue #8FEDEA
Tints of Blizzard Blue #8FEDEA
RGB
CMYK
RGB Variations
Color information
#8FEDEA (or 0x8FEDEA) is known color: Blizzard Blue. HEX triplet: 8F, ED and EA. RGB value is (143,237,234). Sum of RGB (Red+Green+Blue) = 143+237+234=614 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.29% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEDEA is #701215. Grayscale: #D0D0D0. Windows color (decimal): -7344662 or 15396239. OLE color: 15396239.
HSL color Cylindrical-coordinate representation of color #8FEDEA: hue angle of 178.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDEA is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 234 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.07 |
| HSL | 178.09º | 0.72% | 0.75% | - |
| HSV(B) | 178.09º | 0.4% | 0.93% | - |
| XYZ | 56.46 | 72.35 | 88.83 | - |
| YUV | 208.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 234 | 0.40 | 0 | 0.01 | 0.07 | 178.09 | 0.72 | 0.75 |
| Hex | 8F | ED | EA | 28 | 0 | 1 | 7 | B2 | 48 | 4B |
| Octal | 217 | 355 | 352 | 50 | 0 | 1 | 7 | 262 | 110 | 113 |
| Binary | 10001111 | 11101101 | 11101010 | 101000 | 0 | 1 | 111 | 10110010 | 1001000 | 1001011 |
Color Harmonies of #8FEDEA
Complementary color
Monochromatic Colors of #8FEDEA
Black with #8FEDEA
Text Example
Text Example
White with #8FEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEDEA; }
p { color: rgb(143,237,234); }
H1.HeaderClassName
{
color: #8FEDEA;
}
.AnyTagClassName
{
color: #8FEDEA;
}
</style>
background-color css
<style>
a { background-color: #8FEDEA; }
a { background-color: rgb(143,237,234); }
div.DivClassName
{
background-color: #8FEDEA;
}
.BgClassName
{
background-color: #8FEDEA;
}
</style>
border-color css
<style>
span { border-color: #8FEDEA; }
span { border-color: rgb(143,237,234); }
td.TdClassName
{
border-color: #8FEDEA;
}
.TagClassName
{
border-color: #8FEDEA;
}
</style>