Shades of Blizzard Blue #A0E1EC
Tints of Blizzard Blue #A0E1EC
RGB
CMYK
RGB Variations
Color information
#A0E1EC (or 0xA0E1EC) is known color: Blizzard Blue. HEX triplet: A0, E1 and EC. RGB value is (160,225,236). Sum of RGB (Red+Green+Blue) = 160+225+236=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E1EC is #5F1E13. Grayscale: #CECECE. Windows color (decimal): -6233620 or 15524256. OLE color: 15524256.
HSL color Cylindrical-coordinate representation of color #A0E1EC: hue angle of 188.68º 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 #A0E1EC is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 225 | 236 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.07 |
| HSL | 188.68º | 0.67% | 0.78% | - |
| HSV(B) | 188.68º | 0.32% | 0.93% | - |
| XYZ | 56.56 | 67.38 | 89.38 | - |
| YUV | 206.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 236 | 0.32 | 0.05 | 0 | 0.07 | 188.68 | 0.67 | 0.78 |
| Hex | A0 | E1 | EC | 20 | 5 | 0 | 7 | BD | 43 | 4E |
| Octal | 240 | 341 | 354 | 40 | 5 | 0 | 7 | 275 | 103 | 116 |
| Binary | 10100000 | 11100001 | 11101100 | 100000 | 101 | 0 | 111 | 10111101 | 1000011 | 1001110 |
Color Harmonies of #A0E1EC
Complementary color
Monochromatic Colors of #A0E1EC
Black with #A0E1EC
Text Example
Text Example
White with #A0E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E1EC; }
p { color: rgb(160,225,236); }
H1.HeaderClassName
{
color: #A0E1EC;
}
.AnyTagClassName
{
color: #A0E1EC;
}
</style>
background-color css
<style>
a { background-color: #A0E1EC; }
a { background-color: rgb(160,225,236); }
div.DivClassName
{
background-color: #A0E1EC;
}
.BgClassName
{
background-color: #A0E1EC;
}
</style>
border-color css
<style>
span { border-color: #A0E1EC; }
span { border-color: rgb(160,225,236); }
td.TdClassName
{
border-color: #A0E1EC;
}
.TagClassName
{
border-color: #A0E1EC;
}
</style>