Shades of Blizzard Blue #8FE5E4
Tints of Blizzard Blue #8FE5E4
RGB
CMYK
RGB Variations
Color information
#8FE5E4 (or 0x8FE5E4) is known color: Blizzard Blue. HEX triplet: 8F, E5 and E4. RGB value is (143,229,228). Sum of RGB (Red+Green+Blue) = 143+229+228=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE5E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FE5E4 is #701A1B. Grayscale: #CBCBCB. Windows color (decimal): -7346716 or 15000975. OLE color: 15000975.
HSL color Cylindrical-coordinate representation of color #8FE5E4: hue angle of 179.3º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FE5E4 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 228 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.10 |
| HSL | 179.3º | 0.62% | 0.73% | - |
| HSV(B) | 179.3º | 0.38% | 0.9% | - |
| XYZ | 53.35 | 67.48 | 83.61 | - |
| YUV | 203.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 228 | 0.38 | 0 | 0.00 | 0.10 | 179.3 | 0.62 | 0.73 |
| Hex | 8F | E5 | E4 | 26 | 0 | 0 | A | B3 | 3E | 49 |
| Octal | 217 | 345 | 344 | 46 | 0 | 0 | 12 | 263 | 76 | 111 |
| Binary | 10001111 | 11100101 | 11100100 | 100110 | 0 | 0 | 1010 | 10110011 | 111110 | 1001001 |
Color Harmonies of #8FE5E4
Complementary color
Monochromatic Colors of #8FE5E4
Black with #8FE5E4
Text Example
Text Example
White with #8FE5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5E4; }
p { color: rgb(143,229,228); }
H1.HeaderClassName
{
color: #8FE5E4;
}
.AnyTagClassName
{
color: #8FE5E4;
}
</style>
background-color css
<style>
a { background-color: #8FE5E4; }
a { background-color: rgb(143,229,228); }
div.DivClassName
{
background-color: #8FE5E4;
}
.BgClassName
{
background-color: #8FE5E4;
}
</style>
border-color css
<style>
span { border-color: #8FE5E4; }
span { border-color: rgb(143,229,228); }
td.TdClassName
{
border-color: #8FE5E4;
}
.TagClassName
{
border-color: #8FE5E4;
}
</style>