Shades of Blizzard Blue #8FEEEA
Tints of Blizzard Blue #8FEEEA
RGB
CMYK
RGB Variations
Color information
#8FEEEA (or 0x8FEEEA) is known color: Blizzard Blue. HEX triplet: 8F, EE and EA. RGB value is (143,238,234). Sum of RGB (Red+Green+Blue) = 143+238+234=615 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.25% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEEA is #701115. Grayscale: #D1D1D1. Windows color (decimal): -7344406 or 15396495. OLE color: 15396495.
HSL color Cylindrical-coordinate representation of color #8FEEEA: hue angle of 177.47º degrees, saturation: 0.74, 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 #8FEEEA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 234 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.07 |
| HSL | 177.47º | 0.74% | 0.75% | - |
| HSV(B) | 177.47º | 0.4% | 0.93% | - |
| XYZ | 56.75 | 72.93 | 88.93 | - |
| YUV | 209.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 234 | 0.40 | 0 | 0.02 | 0.07 | 177.47 | 0.74 | 0.75 |
| Hex | 8F | EE | EA | 28 | 0 | 2 | 7 | B1 | 4A | 4B |
| Octal | 217 | 356 | 352 | 50 | 0 | 2 | 7 | 261 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11101010 | 101000 | 0 | 10 | 111 | 10110001 | 1001010 | 1001011 |
Color Harmonies of #8FEEEA
Complementary color
Monochromatic Colors of #8FEEEA
Black with #8FEEEA
Text Example
Text Example
White with #8FEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEEA; }
p { color: rgb(143,238,234); }
H1.HeaderClassName
{
color: #8FEEEA;
}
.AnyTagClassName
{
color: #8FEEEA;
}
</style>
background-color css
<style>
a { background-color: #8FEEEA; }
a { background-color: rgb(143,238,234); }
div.DivClassName
{
background-color: #8FEEEA;
}
.BgClassName
{
background-color: #8FEEEA;
}
</style>
border-color css
<style>
span { border-color: #8FEEEA; }
span { border-color: rgb(143,238,234); }
td.TdClassName
{
border-color: #8FEEEA;
}
.TagClassName
{
border-color: #8FEEEA;
}
</style>