Shades of Blizzard Blue #A0EEF0
Tints of Blizzard Blue #A0EEF0
RGB
CMYK
RGB Variations
Color information
#A0EEF0 (or 0xA0EEF0) is known color: Blizzard Blue. HEX triplet: A0, EE and F0. RGB value is (160,238,240). Sum of RGB (Red+Green+Blue) = 160+238+240=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEF0 is #5F110F. Grayscale: #D6D6D6. Windows color (decimal): -6230288 or 15789728. OLE color: 15789728.
HSL color Cylindrical-coordinate representation of color #A0EEF0: hue angle of 181.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEF0 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 238 | 240 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.06 |
| HSL | 181.5º | 0.73% | 0.78% | - |
| HSV(B) | 181.5º | 0.33% | 0.94% | - |
| XYZ | 60.8 | 74.91 | 93.69 | - |
| YUV | 214.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 240 | 0.33 | 0.01 | 0 | 0.06 | 181.5 | 0.73 | 0.78 |
| Hex | A0 | EE | F0 | 21 | 1 | 0 | 6 | B6 | 49 | 4E |
| Octal | 240 | 356 | 360 | 41 | 1 | 0 | 6 | 266 | 111 | 116 |
| Binary | 10100000 | 11101110 | 11110000 | 100001 | 1 | 0 | 110 | 10110110 | 1001001 | 1001110 |
Color Harmonies of #A0EEF0
Complementary color
Monochromatic Colors of #A0EEF0
Black with #A0EEF0
Text Example
Text Example
White with #A0EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEF0; }
p { color: rgb(160,238,240); }
H1.HeaderClassName
{
color: #A0EEF0;
}
.AnyTagClassName
{
color: #A0EEF0;
}
</style>
background-color css
<style>
a { background-color: #A0EEF0; }
a { background-color: rgb(160,238,240); }
div.DivClassName
{
background-color: #A0EEF0;
}
.BgClassName
{
background-color: #A0EEF0;
}
</style>
border-color css
<style>
span { border-color: #A0EEF0; }
span { border-color: rgb(160,238,240); }
td.TdClassName
{
border-color: #A0EEF0;
}
.TagClassName
{
border-color: #A0EEF0;
}
</style>