Shades of Blizzard Blue #A2E8EC
Tints of Blizzard Blue #A2E8EC
RGB
CMYK
RGB Variations
Color information
#A2E8EC (or 0xA2E8EC) is known color: Blizzard Blue. HEX triplet: A2, E8 and EC. RGB value is (162,232,236). Sum of RGB (Red+Green+Blue) = 162+232+236=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2E8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E8EC is #5D1713. Grayscale: #D3D3D3. Windows color (decimal): -6100756 or 15526050. OLE color: 15526050.
HSL color Cylindrical-coordinate representation of color #A2E8EC: hue angle of 183.24º 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 #A2E8EC is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 232 | 236 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.07 |
| HSL | 183.24º | 0.66% | 0.78% | - |
| HSV(B) | 183.24º | 0.31% | 0.93% | - |
| XYZ | 58.9 | 71.45 | 90.04 | - |
| YUV | 211.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 236 | 0.31 | 0.02 | 0 | 0.07 | 183.24 | 0.66 | 0.78 |
| Hex | A2 | E8 | EC | 1F | 2 | 0 | 7 | B7 | 42 | 4E |
| Octal | 242 | 350 | 354 | 37 | 2 | 0 | 7 | 267 | 102 | 116 |
| Binary | 10100010 | 11101000 | 11101100 | 11111 | 10 | 0 | 111 | 10110111 | 1000010 | 1001110 |
Color Harmonies of #A2E8EC
Complementary color
Monochromatic Colors of #A2E8EC
Black with #A2E8EC
Text Example
Text Example
White with #A2E8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8EC; }
p { color: rgb(162,232,236); }
H1.HeaderClassName
{
color: #A2E8EC;
}
.AnyTagClassName
{
color: #A2E8EC;
}
</style>
background-color css
<style>
a { background-color: #A2E8EC; }
a { background-color: rgb(162,232,236); }
div.DivClassName
{
background-color: #A2E8EC;
}
.BgClassName
{
background-color: #A2E8EC;
}
</style>
border-color css
<style>
span { border-color: #A2E8EC; }
span { border-color: rgb(162,232,236); }
td.TdClassName
{
border-color: #A2E8EC;
}
.TagClassName
{
border-color: #A2E8EC;
}
</style>