Shades of Blizzard Blue #8FEEE8
Tints of Blizzard Blue #8FEEE8
RGB
CMYK
RGB Variations
Color information
#8FEEE8 (or 0x8FEEE8) is known color: Blizzard Blue. HEX triplet: 8F, EE and E8. RGB value is (143,238,232). Sum of RGB (Red+Green+Blue) = 143+238+232=613 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.33% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEEE8 is #701117. Grayscale: #D0D0D0. Windows color (decimal): -7344408 or 15265423. OLE color: 15265423.
HSL color Cylindrical-coordinate representation of color #8FEEE8: hue angle of 176.21º 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 #8FEEE8 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 232 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.07 |
| HSL | 176.21º | 0.74% | 0.75% | - |
| HSV(B) | 176.21º | 0.4% | 0.93% | - |
| XYZ | 56.47 | 72.81 | 87.42 | - |
| YUV | 208.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 232 | 0.40 | 0 | 0.03 | 0.07 | 176.21 | 0.74 | 0.75 |
| Hex | 8F | EE | E8 | 28 | 0 | 3 | 7 | B0 | 4A | 4B |
| Octal | 217 | 356 | 350 | 50 | 0 | 3 | 7 | 260 | 112 | 113 |
| Binary | 10001111 | 11101110 | 11101000 | 101000 | 0 | 11 | 111 | 10110000 | 1001010 | 1001011 |
Color Harmonies of #8FEEE8
Complementary color
Monochromatic Colors of #8FEEE8
Black with #8FEEE8
Text Example
Text Example
White with #8FEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEEE8; }
p { color: rgb(143,238,232); }
H1.HeaderClassName
{
color: #8FEEE8;
}
.AnyTagClassName
{
color: #8FEEE8;
}
</style>
background-color css
<style>
a { background-color: #8FEEE8; }
a { background-color: rgb(143,238,232); }
div.DivClassName
{
background-color: #8FEEE8;
}
.BgClassName
{
background-color: #8FEEE8;
}
</style>
border-color css
<style>
span { border-color: #8FEEE8; }
span { border-color: rgb(143,238,232); }
td.TdClassName
{
border-color: #8FEEE8;
}
.TagClassName
{
border-color: #8FEEE8;
}
</style>