Shades of Blizzard Blue #A0E7EF
Tints of Blizzard Blue #A0E7EF
RGB
CMYK
RGB Variations
Color information
#A0E7EF (or 0xA0E7EF) is known color: Blizzard Blue. HEX triplet: A0, E7 and EF. RGB value is (160,231,239). Sum of RGB (Red+Green+Blue) = 160+231+239=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E7EF is #5F1810. Grayscale: #D2D2D2. Windows color (decimal): -6232081 or 15722400. OLE color: 15722400.
HSL color Cylindrical-coordinate representation of color #A0E7EF: hue angle of 186.08º degrees, saturation: 0.71, 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 #A0E7EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 231 | 239 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.06 |
| HSL | 186.08º | 0.71% | 0.78% | - |
| HSV(B) | 186.08º | 0.33% | 0.94% | - |
| XYZ | 58.65 | 70.86 | 92.25 | - |
| YUV | 210.68 | 143.98 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 239 | 0.33 | 0.03 | 0 | 0.06 | 186.08 | 0.71 | 0.78 |
| Hex | A0 | E7 | EF | 21 | 3 | 0 | 6 | BA | 47 | 4E |
| Octal | 240 | 347 | 357 | 41 | 3 | 0 | 6 | 272 | 107 | 116 |
| Binary | 10100000 | 11100111 | 11101111 | 100001 | 11 | 0 | 110 | 10111010 | 1000111 | 1001110 |
Color Harmonies of #A0E7EF
Complementary color
Monochromatic Colors of #A0E7EF
Black with #A0E7EF
Text Example
Text Example
White with #A0E7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7EF; }
p { color: rgb(160,231,239); }
H1.HeaderClassName
{
color: #A0E7EF;
}
.AnyTagClassName
{
color: #A0E7EF;
}
</style>
background-color css
<style>
a { background-color: #A0E7EF; }
a { background-color: rgb(160,231,239); }
div.DivClassName
{
background-color: #A0E7EF;
}
.BgClassName
{
background-color: #A0E7EF;
}
</style>
border-color css
<style>
span { border-color: #A0E7EF; }
span { border-color: rgb(160,231,239); }
td.TdClassName
{
border-color: #A0E7EF;
}
.TagClassName
{
border-color: #A0E7EF;
}
</style>