Shades of Blizzard Blue #8FE5ED
Tints of Blizzard Blue #8FE5ED
RGB
CMYK
RGB Variations
Color information
#8FE5ED (or 0x8FE5ED) is known color: Blizzard Blue. HEX triplet: 8F, E5 and ED. RGB value is (143,229,237). Sum of RGB (Red+Green+Blue) = 143+229+237=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FE5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5ED is #701A12. Grayscale: #CCCCCC. Windows color (decimal): -7346707 or 15590799. OLE color: 15590799.
HSL color Cylindrical-coordinate representation of color #8FE5ED: hue angle of 185.11º degrees, saturation: 0.72, 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 #8FE5ED is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 229 | 237 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.07 |
| HSL | 185.11º | 0.72% | 0.75% | - |
| HSV(B) | 185.11º | 0.4% | 0.93% | - |
| XYZ | 54.63 | 67.99 | 90.37 | - |
| YUV | 204.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 237 | 0.40 | 0.03 | 0 | 0.07 | 185.11 | 0.72 | 0.75 |
| Hex | 8F | E5 | ED | 28 | 3 | 0 | 7 | B9 | 48 | 4B |
| Octal | 217 | 345 | 355 | 50 | 3 | 0 | 7 | 271 | 110 | 113 |
| Binary | 10001111 | 11100101 | 11101101 | 101000 | 11 | 0 | 111 | 10111001 | 1001000 | 1001011 |
Color Harmonies of #8FE5ED
Complementary color
Monochromatic Colors of #8FE5ED
Black with #8FE5ED
Text Example
Text Example
White with #8FE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE5ED; }
p { color: rgb(143,229,237); }
H1.HeaderClassName
{
color: #8FE5ED;
}
.AnyTagClassName
{
color: #8FE5ED;
}
</style>
background-color css
<style>
a { background-color: #8FE5ED; }
a { background-color: rgb(143,229,237); }
div.DivClassName
{
background-color: #8FE5ED;
}
.BgClassName
{
background-color: #8FE5ED;
}
</style>
border-color css
<style>
span { border-color: #8FE5ED; }
span { border-color: rgb(143,229,237); }
td.TdClassName
{
border-color: #8FE5ED;
}
.TagClassName
{
border-color: #8FE5ED;
}
</style>