Shades of Blizzard Blue #A2E3EC
Tints of Blizzard Blue #A2E3EC
RGB
CMYK
RGB Variations
Color information
#A2E3EC (or 0xA2E3EC) is known color: Blizzard Blue. HEX triplet: A2, E3 and EC. RGB value is (162,227,236). Sum of RGB (Red+Green+Blue) = 162+227+236=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E3EC is #5D1C13. Grayscale: #D0D0D0. Windows color (decimal): -6102036 or 15524770. OLE color: 15524770.
HSL color Cylindrical-coordinate representation of color #A2E3EC: hue angle of 187.3º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2E3EC is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 227 | 236 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.07 |
| HSL | 187.3º | 0.66% | 0.78% | - |
| HSV(B) | 187.3º | 0.31% | 0.93% | - |
| XYZ | 57.51 | 68.68 | 89.58 | - |
| YUV | 208.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 227 | 236 | 0.31 | 0.04 | 0 | 0.07 | 187.3 | 0.66 | 0.78 |
| Hex | A2 | E3 | EC | 1F | 4 | 0 | 7 | BB | 42 | 4E |
| Octal | 242 | 343 | 354 | 37 | 4 | 0 | 7 | 273 | 102 | 116 |
| Binary | 10100010 | 11100011 | 11101100 | 11111 | 100 | 0 | 111 | 10111011 | 1000010 | 1001110 |
Color Harmonies of #A2E3EC
Complementary color
Monochromatic Colors of #A2E3EC
Black with #A2E3EC
Text Example
Text Example
White with #A2E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E3EC; }
p { color: rgb(162,227,236); }
H1.HeaderClassName
{
color: #A2E3EC;
}
.AnyTagClassName
{
color: #A2E3EC;
}
</style>
background-color css
<style>
a { background-color: #A2E3EC; }
a { background-color: rgb(162,227,236); }
div.DivClassName
{
background-color: #A2E3EC;
}
.BgClassName
{
background-color: #A2E3EC;
}
</style>
border-color css
<style>
span { border-color: #A2E3EC; }
span { border-color: rgb(162,227,236); }
td.TdClassName
{
border-color: #A2E3EC;
}
.TagClassName
{
border-color: #A2E3EC;
}
</style>