Shades of Blizzard Blue #8FE1ED
Tints of Blizzard Blue #8FE1ED
RGB
CMYK
RGB Variations
Color information
#8FE1ED (or 0x8FE1ED) is known color: Blizzard Blue. HEX triplet: 8F, E1 and ED. RGB value is (143,225,237). Sum of RGB (Red+Green+Blue) = 143+225+237=605 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.64% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FE1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE1ED is #701E12. Grayscale: #C9C9C9. Windows color (decimal): -7347731 or 15589775. OLE color: 15589775.
HSL color Cylindrical-coordinate representation of color #8FE1ED: hue angle of 187.66º 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 #8FE1ED is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 225 | 237 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.07 |
| HSL | 187.66º | 0.72% | 0.75% | - |
| HSV(B) | 187.66º | 0.4% | 0.93% | - |
| XYZ | 53.54 | 65.8 | 90 | - |
| YUV | 201.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 237 | 0.40 | 0.05 | 0 | 0.07 | 187.66 | 0.72 | 0.75 |
| Hex | 8F | E1 | ED | 28 | 5 | 0 | 7 | BC | 48 | 4B |
| Octal | 217 | 341 | 355 | 50 | 5 | 0 | 7 | 274 | 110 | 113 |
| Binary | 10001111 | 11100001 | 11101101 | 101000 | 101 | 0 | 111 | 10111100 | 1001000 | 1001011 |
Color Harmonies of #8FE1ED
Complementary color
Monochromatic Colors of #8FE1ED
Black with #8FE1ED
Text Example
Text Example
White with #8FE1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE1ED; }
p { color: rgb(143,225,237); }
H1.HeaderClassName
{
color: #8FE1ED;
}
.AnyTagClassName
{
color: #8FE1ED;
}
</style>
background-color css
<style>
a { background-color: #8FE1ED; }
a { background-color: rgb(143,225,237); }
div.DivClassName
{
background-color: #8FE1ED;
}
.BgClassName
{
background-color: #8FE1ED;
}
</style>
border-color css
<style>
span { border-color: #8FE1ED; }
span { border-color: rgb(143,225,237); }
td.TdClassName
{
border-color: #8FE1ED;
}
.TagClassName
{
border-color: #8FE1ED;
}
</style>