Shades of Blizzard Blue #A0EEF9
Tints of Blizzard Blue #A0EEF9
RGB
CMYK
RGB Variations
Color information
#A0EEF9 (or 0xA0EEF9) is known color: Blizzard Blue. HEX triplet: A0, EE and F9. RGB value is (160,238,249). Sum of RGB (Red+Green+Blue) = 160+238+249=647 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.73% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #A0EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEF9 is #5F1106. Grayscale: #D7D7D7. Windows color (decimal): -6230279 or 16379552. OLE color: 16379552.
HSL color Cylindrical-coordinate representation of color #A0EEF9: hue angle of 187.42º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0EEF9 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 238 | 249 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.02 |
| HSL | 187.42º | 0.88% | 0.8% | - |
| HSV(B) | 187.42º | 0.36% | 0.98% | - |
| XYZ | 62.17 | 75.46 | 100.91 | - |
| YUV | 215.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 249 | 0.36 | 0.04 | 0 | 0.02 | 187.42 | 0.88 | 0.8 |
| Hex | A0 | EE | F9 | 24 | 4 | 0 | 2 | BB | 58 | 50 |
| Octal | 240 | 356 | 371 | 44 | 4 | 0 | 2 | 273 | 130 | 120 |
| Binary | 10100000 | 11101110 | 11111001 | 100100 | 100 | 0 | 10 | 10111011 | 1011000 | 1010000 |
Color Harmonies of #A0EEF9
Complementary color
Monochromatic Colors of #A0EEF9
Black with #A0EEF9
Text Example
Text Example
White with #A0EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEF9; }
p { color: rgb(160,238,249); }
H1.HeaderClassName
{
color: #A0EEF9;
}
.AnyTagClassName
{
color: #A0EEF9;
}
</style>
background-color css
<style>
a { background-color: #A0EEF9; }
a { background-color: rgb(160,238,249); }
div.DivClassName
{
background-color: #A0EEF9;
}
.BgClassName
{
background-color: #A0EEF9;
}
</style>
border-color css
<style>
span { border-color: #A0EEF9; }
span { border-color: rgb(160,238,249); }
td.TdClassName
{
border-color: #A0EEF9;
}
.TagClassName
{
border-color: #A0EEF9;
}
</style>