Shades of Blizzard Blue #A2E2EF
Tints of Blizzard Blue #A2E2EF
RGB
CMYK
RGB Variations
Color information
#A2E2EF (or 0xA2E2EF) is known color: Blizzard Blue. HEX triplet: A2, E2 and EF. RGB value is (162,226,239). Sum of RGB (Red+Green+Blue) = 162+226+239=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E2EF is #5D1D10. Grayscale: #D0D0D0. Windows color (decimal): -6102289 or 15721122. OLE color: 15721122.
HSL color Cylindrical-coordinate representation of color #A2E2EF: hue angle of 190.13º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2E2EF is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 226 | 239 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.06 |
| HSL | 190.13º | 0.71% | 0.79% | - |
| HSV(B) | 190.13º | 0.32% | 0.94% | - |
| XYZ | 57.68 | 68.31 | 91.81 | - |
| YUV | 208.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 226 | 239 | 0.32 | 0.05 | 0 | 0.06 | 190.13 | 0.71 | 0.79 |
| Hex | A2 | E2 | EF | 20 | 5 | 0 | 6 | BE | 47 | 4F |
| Octal | 242 | 342 | 357 | 40 | 5 | 0 | 6 | 276 | 107 | 117 |
| Binary | 10100010 | 11100010 | 11101111 | 100000 | 101 | 0 | 110 | 10111110 | 1000111 | 1001111 |
Color Harmonies of #A2E2EF
Complementary color
Monochromatic Colors of #A2E2EF
Black with #A2E2EF
Text Example
Text Example
White with #A2E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E2EF; }
p { color: rgb(162,226,239); }
H1.HeaderClassName
{
color: #A2E2EF;
}
.AnyTagClassName
{
color: #A2E2EF;
}
</style>
background-color css
<style>
a { background-color: #A2E2EF; }
a { background-color: rgb(162,226,239); }
div.DivClassName
{
background-color: #A2E2EF;
}
.BgClassName
{
background-color: #A2E2EF;
}
</style>
border-color css
<style>
span { border-color: #A2E2EF; }
span { border-color: rgb(162,226,239); }
td.TdClassName
{
border-color: #A2E2EF;
}
.TagClassName
{
border-color: #A2E2EF;
}
</style>