Shades of Blizzard Blue #8FEEE5
Tints of Blizzard Blue #8FEEE5
RGB
CMYK
RGB Variations
Color information
#8FEEE5 (or 0x8FEEE5) is known color: Blizzard Blue. HEX triplet: 8F, EE and E5. RGB value is (143,238,229). Sum of RGB (Red+Green+Blue) = 143+238+229=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEEE5 is #70111A. Grayscale: #D0D0D0. Windows color (decimal): -7344411 or 15068815. OLE color: 15068815.
HSL color Cylindrical-coordinate representation of color #8FEEE5: hue angle of 174.32º 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 #8FEEE5 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 229 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.07 |
| HSL | 174.32º | 0.74% | 0.75% | - |
| HSV(B) | 174.32º | 0.4% | 0.93% | - |
| XYZ | 56.05 | 72.65 | 85.2 | - |
| YUV | 208.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 229 | 0.40 | 0 | 0.04 | 0.07 | 174.32 | 0.74 | 0.75 |
| Hex | 8F | EE | E5 | 28 | 0 | 4 | 7 | AE | 4A | 4B |
| Octal | 217 | 356 | 345 | 50 | 0 | 4 | 7 | 256 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11100101 | 101000 | 0 | 100 | 111 | 10101110 | 1001010 | 1001011 |
Color Harmonies of #8FEEE5
Complementary color
Monochromatic Colors of #8FEEE5
Black with #8FEEE5
Text Example
Text Example
White with #8FEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEE5; }
p { color: rgb(143,238,229); }
H1.HeaderClassName
{
color: #8FEEE5;
}
.AnyTagClassName
{
color: #8FEEE5;
}
</style>
background-color css
<style>
a { background-color: #8FEEE5; }
a { background-color: rgb(143,238,229); }
div.DivClassName
{
background-color: #8FEEE5;
}
.BgClassName
{
background-color: #8FEEE5;
}
</style>
border-color css
<style>
span { border-color: #8FEEE5; }
span { border-color: rgb(143,238,229); }
td.TdClassName
{
border-color: #8FEEE5;
}
.TagClassName
{
border-color: #8FEEE5;
}
</style>