Shades of Blizzard Blue #8FECF0
Tints of Blizzard Blue #8FECF0
RGB
CMYK
RGB Variations
Color information
#8FECF0 (or 0x8FECF0) is known color: Blizzard Blue. HEX triplet: 8F, EC and F0. RGB value is (143,236,240). Sum of RGB (Red+Green+Blue) = 143+236+240=619 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.10% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FECF0 is #70130F. Grayscale: #D0D0D0. Windows color (decimal): -7344912 or 15789199. OLE color: 15789199.
HSL color Cylindrical-coordinate representation of color #8FECF0: hue angle of 182.47º 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 #8FECF0 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 236 | 240 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.06 |
| HSL | 182.47º | 0.76% | 0.75% | - |
| HSV(B) | 182.47º | 0.4% | 0.94% | - |
| XYZ | 57.05 | 72.12 | 93.35 | - |
| YUV | 208.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 240 | 0.40 | 0.02 | 0 | 0.06 | 182.47 | 0.76 | 0.75 |
| Hex | 8F | EC | F0 | 28 | 2 | 0 | 6 | B6 | 4C | 4B |
| Octal | 217 | 354 | 360 | 50 | 2 | 0 | 6 | 266 | 114 | 113 |
| Binary | 10001111 | 11101100 | 11110000 | 101000 | 10 | 0 | 110 | 10110110 | 1001100 | 1001011 |
Color Harmonies of #8FECF0
Complementary color
Monochromatic Colors of #8FECF0
Black with #8FECF0
Text Example
Text Example
White with #8FECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FECF0; }
p { color: rgb(143,236,240); }
H1.HeaderClassName
{
color: #8FECF0;
}
.AnyTagClassName
{
color: #8FECF0;
}
</style>
background-color css
<style>
a { background-color: #8FECF0; }
a { background-color: rgb(143,236,240); }
div.DivClassName
{
background-color: #8FECF0;
}
.BgClassName
{
background-color: #8FECF0;
}
</style>
border-color css
<style>
span { border-color: #8FECF0; }
span { border-color: rgb(143,236,240); }
td.TdClassName
{
border-color: #8FECF0;
}
.TagClassName
{
border-color: #8FECF0;
}
</style>