Shades of Blizzard Blue #A2E1EC
Tints of Blizzard Blue #A2E1EC
RGB
CMYK
RGB Variations
Color information
#A2E1EC (or 0xA2E1EC) is known color: Blizzard Blue. HEX triplet: A2, E1 and EC. RGB value is (162,225,236). Sum of RGB (Red+Green+Blue) = 162+225+236=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E1EC is #5D1E13. Grayscale: #CFCFCF. Windows color (decimal): -6102548 or 15524258. OLE color: 15524258.
HSL color Cylindrical-coordinate representation of color #A2E1EC: hue angle of 188.92º 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 #A2E1EC is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 225 | 236 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.07 |
| HSL | 188.92º | 0.66% | 0.78% | - |
| HSV(B) | 188.92º | 0.31% | 0.93% | - |
| XYZ | 56.97 | 67.59 | 89.4 | - |
| YUV | 207.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 236 | 0.31 | 0.05 | 0 | 0.07 | 188.92 | 0.66 | 0.78 |
| Hex | A2 | E1 | EC | 1F | 5 | 0 | 7 | BD | 42 | 4E |
| Octal | 242 | 341 | 354 | 37 | 5 | 0 | 7 | 275 | 102 | 116 |
| Binary | 10100010 | 11100001 | 11101100 | 11111 | 101 | 0 | 111 | 10111101 | 1000010 | 1001110 |
Color Harmonies of #A2E1EC
Complementary color
Monochromatic Colors of #A2E1EC
Black with #A2E1EC
Text Example
Text Example
White with #A2E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E1EC; }
p { color: rgb(162,225,236); }
H1.HeaderClassName
{
color: #A2E1EC;
}
.AnyTagClassName
{
color: #A2E1EC;
}
</style>
background-color css
<style>
a { background-color: #A2E1EC; }
a { background-color: rgb(162,225,236); }
div.DivClassName
{
background-color: #A2E1EC;
}
.BgClassName
{
background-color: #A2E1EC;
}
</style>
border-color css
<style>
span { border-color: #A2E1EC; }
span { border-color: rgb(162,225,236); }
td.TdClassName
{
border-color: #A2E1EC;
}
.TagClassName
{
border-color: #A2E1EC;
}
</style>