Shades of Blizzard Blue #A0E0EC
Tints of Blizzard Blue #A0E0EC
RGB
CMYK
RGB Variations
Color information
#A0E0EC (or 0xA0E0EC) is known color: Blizzard Blue. HEX triplet: A0, E0 and EC. RGB value is (160,224,236). Sum of RGB (Red+Green+Blue) = 160+224+236=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E0EC is #5F1F13. Grayscale: #CECECE. Windows color (decimal): -6233876 or 15524000. OLE color: 15524000.
HSL color Cylindrical-coordinate representation of color #A0E0EC: hue angle of 189.47º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E0EC is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 224 | 236 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.07 |
| HSL | 189.47º | 0.67% | 0.78% | - |
| HSV(B) | 189.47º | 0.32% | 0.93% | - |
| XYZ | 56.29 | 66.84 | 89.29 | - |
| YUV | 206.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 236 | 0.32 | 0.05 | 0 | 0.07 | 189.47 | 0.67 | 0.78 |
| Hex | A0 | E0 | EC | 20 | 5 | 0 | 7 | BD | 43 | 4E |
| Octal | 240 | 340 | 354 | 40 | 5 | 0 | 7 | 275 | 103 | 116 |
| Binary | 10100000 | 11100000 | 11101100 | 100000 | 101 | 0 | 111 | 10111101 | 1000011 | 1001110 |
Color Harmonies of #A0E0EC
Complementary color
Monochromatic Colors of #A0E0EC
Black with #A0E0EC
Text Example
Text Example
White with #A0E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0EC; }
p { color: rgb(160,224,236); }
H1.HeaderClassName
{
color: #A0E0EC;
}
.AnyTagClassName
{
color: #A0E0EC;
}
</style>
background-color css
<style>
a { background-color: #A0E0EC; }
a { background-color: rgb(160,224,236); }
div.DivClassName
{
background-color: #A0E0EC;
}
.BgClassName
{
background-color: #A0E0EC;
}
</style>
border-color css
<style>
span { border-color: #A0E0EC; }
span { border-color: rgb(160,224,236); }
td.TdClassName
{
border-color: #A0E0EC;
}
.TagClassName
{
border-color: #A0E0EC;
}
</style>