Shades of Blizzard Blue #A0E7EC
Tints of Blizzard Blue #A0E7EC
RGB
CMYK
RGB Variations
Color information
#A0E7EC (or 0xA0E7EC) is known color: Blizzard Blue. HEX triplet: A0, E7 and EC. RGB value is (160,231,236). Sum of RGB (Red+Green+Blue) = 160+231+236=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E7EC is #5F1813. Grayscale: #D2D2D2. Windows color (decimal): -6232084 or 15525792. OLE color: 15525792.
HSL color Cylindrical-coordinate representation of color #A0E7EC: hue angle of 183.95º 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 #A0E7EC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 231 | 236 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.07 |
| HSL | 183.95º | 0.67% | 0.78% | - |
| HSV(B) | 183.95º | 0.32% | 0.93% | - |
| XYZ | 58.21 | 70.68 | 89.93 | - |
| YUV | 210.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 236 | 0.32 | 0.02 | 0 | 0.07 | 183.95 | 0.67 | 0.78 |
| Hex | A0 | E7 | EC | 20 | 2 | 0 | 7 | B8 | 43 | 4E |
| Octal | 240 | 347 | 354 | 40 | 2 | 0 | 7 | 270 | 103 | 116 |
| Binary | 10100000 | 11100111 | 11101100 | 100000 | 10 | 0 | 111 | 10111000 | 1000011 | 1001110 |
Color Harmonies of #A0E7EC
Complementary color
Monochromatic Colors of #A0E7EC
Black with #A0E7EC
Text Example
Text Example
White with #A0E7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7EC; }
p { color: rgb(160,231,236); }
H1.HeaderClassName
{
color: #A0E7EC;
}
.AnyTagClassName
{
color: #A0E7EC;
}
</style>
background-color css
<style>
a { background-color: #A0E7EC; }
a { background-color: rgb(160,231,236); }
div.DivClassName
{
background-color: #A0E7EC;
}
.BgClassName
{
background-color: #A0E7EC;
}
</style>
border-color css
<style>
span { border-color: #A0E7EC; }
span { border-color: rgb(160,231,236); }
td.TdClassName
{
border-color: #A0E7EC;
}
.TagClassName
{
border-color: #A0E7EC;
}
</style>