Shades of Blizzard Blue #A0E2E9
Tints of Blizzard Blue #A0E2E9
RGB
CMYK
RGB Variations
Color information
#A0E2E9 (or 0xA0E2E9) is known color: Blizzard Blue. HEX triplet: A0, E2 and E9. RGB value is (160,226,233). Sum of RGB (Red+Green+Blue) = 160+226+233=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0E2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E2E9 is #5F1D16. Grayscale: #CECECE. Windows color (decimal): -6233367 or 15327904. OLE color: 15327904.
HSL color Cylindrical-coordinate representation of color #A0E2E9: hue angle of 185.75º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E2E9 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 226 | 233 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.09 |
| HSL | 185.75º | 0.62% | 0.77% | - |
| HSV(B) | 185.75º | 0.31% | 0.91% | - |
| XYZ | 56.4 | 67.75 | 87.2 | - |
| YUV | 207.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 233 | 0.31 | 0.03 | 0 | 0.09 | 185.75 | 0.62 | 0.77 |
| Hex | A0 | E2 | E9 | 1F | 3 | 0 | 9 | BA | 3E | 4D |
| Octal | 240 | 342 | 351 | 37 | 3 | 0 | 11 | 272 | 76 | 115 |
| Binary | 10100000 | 11100010 | 11101001 | 11111 | 11 | 0 | 1001 | 10111010 | 111110 | 1001101 |
Color Harmonies of #A0E2E9
Complementary color
Monochromatic Colors of #A0E2E9
Black with #A0E2E9
Text Example
Text Example
White with #A0E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2E9; }
p { color: rgb(160,226,233); }
H1.HeaderClassName
{
color: #A0E2E9;
}
.AnyTagClassName
{
color: #A0E2E9;
}
</style>
background-color css
<style>
a { background-color: #A0E2E9; }
a { background-color: rgb(160,226,233); }
div.DivClassName
{
background-color: #A0E2E9;
}
.BgClassName
{
background-color: #A0E2E9;
}
</style>
border-color css
<style>
span { border-color: #A0E2E9; }
span { border-color: rgb(160,226,233); }
td.TdClassName
{
border-color: #A0E2E9;
}
.TagClassName
{
border-color: #A0E2E9;
}
</style>