Shades of Blizzard Blue #8FF2E8
Tints of Blizzard Blue #8FF2E8
RGB
CMYK
RGB Variations
Color information
#8FF2E8 (or 0x8FF2E8) is known color: Blizzard Blue. HEX triplet: 8F, F2 and E8. RGB value is (143,242,232). Sum of RGB (Red+Green+Blue) = 143+242+232=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2E8 is #700D17. Grayscale: #D3D3D3. Windows color (decimal): -7343384 or 15266447. OLE color: 15266447.
HSL color Cylindrical-coordinate representation of color #8FF2E8: hue angle of 173.94º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2E8 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 232 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.05 |
| HSL | 173.94º | 0.79% | 0.75% | - |
| HSV(B) | 173.94º | 0.41% | 0.95% | - |
| XYZ | 57.65 | 75.17 | 87.81 | - |
| YUV | 211.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 232 | 0.41 | 0 | 0.04 | 0.05 | 173.94 | 0.79 | 0.75 |
| Hex | 8F | F2 | E8 | 29 | 0 | 4 | 5 | AE | 4F | 4B |
| Octal | 217 | 362 | 350 | 51 | 0 | 4 | 5 | 256 | 117 | 113 |
| Binary | 10001111 | 11110010 | 11101000 | 101001 | 0 | 100 | 101 | 10101110 | 1001111 | 1001011 |
Color Harmonies of #8FF2E8
Complementary color
Monochromatic Colors of #8FF2E8
Black with #8FF2E8
Text Example
Text Example
White with #8FF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2E8; }
p { color: rgb(143,242,232); }
H1.HeaderClassName
{
color: #8FF2E8;
}
.AnyTagClassName
{
color: #8FF2E8;
}
</style>
background-color css
<style>
a { background-color: #8FF2E8; }
a { background-color: rgb(143,242,232); }
div.DivClassName
{
background-color: #8FF2E8;
}
.BgClassName
{
background-color: #8FF2E8;
}
</style>
border-color css
<style>
span { border-color: #8FF2E8; }
span { border-color: rgb(143,242,232); }
td.TdClassName
{
border-color: #8FF2E8;
}
.TagClassName
{
border-color: #8FF2E8;
}
</style>