Shades of Blizzard Blue #A0E2EF
Tints of Blizzard Blue #A0E2EF
RGB
CMYK
RGB Variations
Color information
#A0E2EF (or 0xA0E2EF) is known color: Blizzard Blue. HEX triplet: A0, E2 and EF. RGB value is (160,226,239). Sum of RGB (Red+Green+Blue) = 160+226+239=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E2EF is #5F1D10. Grayscale: #CFCFCF. Windows color (decimal): -6233361 or 15721120. OLE color: 15721120.
HSL color Cylindrical-coordinate representation of color #A0E2EF: hue angle of 189.87º 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 #A0E2EF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 226 | 239 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.06 |
| HSL | 189.87º | 0.71% | 0.78% | - |
| HSV(B) | 189.87º | 0.33% | 0.94% | - |
| XYZ | 57.27 | 68.1 | 91.79 | - |
| YUV | 207.75 | 145.63 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 239 | 0.33 | 0.05 | 0 | 0.06 | 189.87 | 0.71 | 0.78 |
| Hex | A0 | E2 | EF | 21 | 5 | 0 | 6 | BE | 47 | 4E |
| Octal | 240 | 342 | 357 | 41 | 5 | 0 | 6 | 276 | 107 | 116 |
| Binary | 10100000 | 11100010 | 11101111 | 100001 | 101 | 0 | 110 | 10111110 | 1000111 | 1001110 |
Color Harmonies of #A0E2EF
Complementary color
Monochromatic Colors of #A0E2EF
Black with #A0E2EF
Text Example
Text Example
White with #A0E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2EF; }
p { color: rgb(160,226,239); }
H1.HeaderClassName
{
color: #A0E2EF;
}
.AnyTagClassName
{
color: #A0E2EF;
}
</style>
background-color css
<style>
a { background-color: #A0E2EF; }
a { background-color: rgb(160,226,239); }
div.DivClassName
{
background-color: #A0E2EF;
}
.BgClassName
{
background-color: #A0E2EF;
}
</style>
border-color css
<style>
span { border-color: #A0E2EF; }
span { border-color: rgb(160,226,239); }
td.TdClassName
{
border-color: #A0E2EF;
}
.TagClassName
{
border-color: #A0E2EF;
}
</style>