Shades of Blizzard Blue #A0E4EE
Tints of Blizzard Blue #A0E4EE
RGB
CMYK
RGB Variations
Color information
#A0E4EE (or 0xA0E4EE) is known color: Blizzard Blue. HEX triplet: A0, E4 and EE. RGB value is (160,228,238). Sum of RGB (Red+Green+Blue) = 160+228+238=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0E4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E4EE is #5F1B11. Grayscale: #D0D0D0. Windows color (decimal): -6232850 or 15656096. OLE color: 15656096.
HSL color Cylindrical-coordinate representation of color #A0E4EE: hue angle of 187.69º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0E4EE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 228 | 238 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.07 |
| HSL | 187.69º | 0.7% | 0.78% | - |
| HSV(B) | 187.69º | 0.33% | 0.93% | - |
| XYZ | 57.67 | 69.13 | 91.19 | - |
| YUV | 208.81 | 144.47 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 238 | 0.33 | 0.04 | 0 | 0.07 | 187.69 | 0.7 | 0.78 |
| Hex | A0 | E4 | EE | 21 | 4 | 0 | 7 | BC | 46 | 4E |
| Octal | 240 | 344 | 356 | 41 | 4 | 0 | 7 | 274 | 106 | 116 |
| Binary | 10100000 | 11100100 | 11101110 | 100001 | 100 | 0 | 111 | 10111100 | 1000110 | 1001110 |
Color Harmonies of #A0E4EE
Complementary color
Monochromatic Colors of #A0E4EE
Black with #A0E4EE
Text Example
Text Example
White with #A0E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E4EE; }
p { color: rgb(160,228,238); }
H1.HeaderClassName
{
color: #A0E4EE;
}
.AnyTagClassName
{
color: #A0E4EE;
}
</style>
background-color css
<style>
a { background-color: #A0E4EE; }
a { background-color: rgb(160,228,238); }
div.DivClassName
{
background-color: #A0E4EE;
}
.BgClassName
{
background-color: #A0E4EE;
}
</style>
border-color css
<style>
span { border-color: #A0E4EE; }
span { border-color: rgb(160,228,238); }
td.TdClassName
{
border-color: #A0E4EE;
}
.TagClassName
{
border-color: #A0E4EE;
}
</style>