Shades of Blizzard Blue #A0E7EE
Tints of Blizzard Blue #A0E7EE
RGB
CMYK
RGB Variations
Color information
#A0E7EE (or 0xA0E7EE) is known color: Blizzard Blue. HEX triplet: A0, E7 and EE. RGB value is (160,231,238). Sum of RGB (Red+Green+Blue) = 160+231+238=629 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.44% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0E7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E7EE is #5F1811. Grayscale: #D2D2D2. Windows color (decimal): -6232082 or 15656864. OLE color: 15656864.
HSL color Cylindrical-coordinate representation of color #A0E7EE: hue angle of 185.38º 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 #A0E7EE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 231 | 238 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.07 |
| HSL | 185.38º | 0.7% | 0.78% | - |
| HSV(B) | 185.38º | 0.33% | 0.93% | - |
| XYZ | 58.51 | 70.8 | 91.47 | - |
| YUV | 210.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 238 | 0.33 | 0.03 | 0 | 0.07 | 185.38 | 0.7 | 0.78 |
| Hex | A0 | E7 | EE | 21 | 3 | 0 | 7 | B9 | 46 | 4E |
| Octal | 240 | 347 | 356 | 41 | 3 | 0 | 7 | 271 | 106 | 116 |
| Binary | 10100000 | 11100111 | 11101110 | 100001 | 11 | 0 | 111 | 10111001 | 1000110 | 1001110 |
Color Harmonies of #A0E7EE
Complementary color
Monochromatic Colors of #A0E7EE
Black with #A0E7EE
Text Example
Text Example
White with #A0E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7EE; }
p { color: rgb(160,231,238); }
H1.HeaderClassName
{
color: #A0E7EE;
}
.AnyTagClassName
{
color: #A0E7EE;
}
</style>
background-color css
<style>
a { background-color: #A0E7EE; }
a { background-color: rgb(160,231,238); }
div.DivClassName
{
background-color: #A0E7EE;
}
.BgClassName
{
background-color: #A0E7EE;
}
</style>
border-color css
<style>
span { border-color: #A0E7EE; }
span { border-color: rgb(160,231,238); }
td.TdClassName
{
border-color: #A0E7EE;
}
.TagClassName
{
border-color: #A0E7EE;
}
</style>