Shades of Blizzard Blue #8FEAF0
Tints of Blizzard Blue #8FEAF0
RGB
CMYK
RGB Variations
Color information
#8FEAF0 (or 0x8FEAF0) is known color: Blizzard Blue. HEX triplet: 8F, EA and F0. RGB value is (143,234,240). Sum of RGB (Red+Green+Blue) = 143+234+240=617 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.18% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FEAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEAF0 is #70150F. Grayscale: #CFCFCF. Windows color (decimal): -7345424 or 15788687. OLE color: 15788687.
HSL color Cylindrical-coordinate representation of color #8FEAF0: hue angle of 183.71º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEAF0 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 234 | 240 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.06 |
| HSL | 183.71º | 0.76% | 0.75% | - |
| HSV(B) | 183.71º | 0.4% | 0.94% | - |
| XYZ | 56.48 | 70.98 | 93.16 | - |
| YUV | 207.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 234 | 240 | 0.40 | 0.02 | 0 | 0.06 | 183.71 | 0.76 | 0.75 |
| Hex | 8F | EA | F0 | 28 | 2 | 0 | 6 | B8 | 4C | 4B |
| Octal | 217 | 352 | 360 | 50 | 2 | 0 | 6 | 270 | 114 | 113 |
| Binary | 10001111 | 11101010 | 11110000 | 101000 | 10 | 0 | 110 | 10111000 | 1001100 | 1001011 |
Color Harmonies of #8FEAF0
Complementary color
Monochromatic Colors of #8FEAF0
Black with #8FEAF0
Text Example
Text Example
White with #8FEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEAF0; }
p { color: rgb(143,234,240); }
H1.HeaderClassName
{
color: #8FEAF0;
}
.AnyTagClassName
{
color: #8FEAF0;
}
</style>
background-color css
<style>
a { background-color: #8FEAF0; }
a { background-color: rgb(143,234,240); }
div.DivClassName
{
background-color: #8FEAF0;
}
.BgClassName
{
background-color: #8FEAF0;
}
</style>
border-color css
<style>
span { border-color: #8FEAF0; }
span { border-color: rgb(143,234,240); }
td.TdClassName
{
border-color: #8FEAF0;
}
.TagClassName
{
border-color: #8FEAF0;
}
</style>