Shades of Blizzard Blue #8FE7EC
Tints of Blizzard Blue #8FE7EC
RGB
CMYK
RGB Variations
Color information
#8FE7EC (or 0x8FE7EC) is known color: Blizzard Blue. HEX triplet: 8F, E7 and EC. RGB value is (143,231,236). Sum of RGB (Red+Green+Blue) = 143+231+236=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7EC is #701813. Grayscale: #CDCDCD. Windows color (decimal): -7346196 or 15525775. OLE color: 15525775.
HSL color Cylindrical-coordinate representation of color #8FE7EC: hue angle of 183.23º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FE7EC is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 231 | 236 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.07 |
| HSL | 183.23º | 0.71% | 0.74% | - |
| HSV(B) | 183.23º | 0.39% | 0.93% | - |
| XYZ | 55.04 | 69.05 | 89.78 | - |
| YUV | 205.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 236 | 0.39 | 0.02 | 0 | 0.07 | 183.23 | 0.71 | 0.74 |
| Hex | 8F | E7 | EC | 27 | 2 | 0 | 7 | B7 | 47 | 4A |
| Octal | 217 | 347 | 354 | 47 | 2 | 0 | 7 | 267 | 107 | 112 |
| Binary | 10001111 | 11100111 | 11101100 | 100111 | 10 | 0 | 111 | 10110111 | 1000111 | 1001010 |
Color Harmonies of #8FE7EC
Complementary color
Monochromatic Colors of #8FE7EC
Black with #8FE7EC
Text Example
Text Example
White with #8FE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE7EC; }
p { color: rgb(143,231,236); }
H1.HeaderClassName
{
color: #8FE7EC;
}
.AnyTagClassName
{
color: #8FE7EC;
}
</style>
background-color css
<style>
a { background-color: #8FE7EC; }
a { background-color: rgb(143,231,236); }
div.DivClassName
{
background-color: #8FE7EC;
}
.BgClassName
{
background-color: #8FE7EC;
}
</style>
border-color css
<style>
span { border-color: #8FE7EC; }
span { border-color: rgb(143,231,236); }
td.TdClassName
{
border-color: #8FE7EC;
}
.TagClassName
{
border-color: #8FE7EC;
}
</style>