Shades of Blizzard Blue #A2ECEF
Tints of Blizzard Blue #A2ECEF
RGB
CMYK
RGB Variations
Color information
#A2ECEF (or 0xA2ECEF) is known color: Blizzard Blue. HEX triplet: A2, EC and EF. RGB value is (162,236,239). Sum of RGB (Red+Green+Blue) = 162+236+239=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2ECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECEF is #5D1310. Grayscale: #D6D6D6. Windows color (decimal): -6099729 or 15723682. OLE color: 15723682.
HSL color Cylindrical-coordinate representation of color #A2ECEF: hue angle of 182.34º 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 #A2ECEF is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 236 | 239 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.06 |
| HSL | 182.34º | 0.71% | 0.79% | - |
| HSV(B) | 182.34º | 0.32% | 0.94% | - |
| XYZ | 60.48 | 73.9 | 92.74 | - |
| YUV | 214.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 239 | 0.32 | 0.01 | 0 | 0.06 | 182.34 | 0.71 | 0.79 |
| Hex | A2 | EC | EF | 20 | 1 | 0 | 6 | B6 | 47 | 4F |
| Octal | 242 | 354 | 357 | 40 | 1 | 0 | 6 | 266 | 107 | 117 |
| Binary | 10100010 | 11101100 | 11101111 | 100000 | 1 | 0 | 110 | 10110110 | 1000111 | 1001111 |
Color Harmonies of #A2ECEF
Complementary color
Monochromatic Colors of #A2ECEF
Black with #A2ECEF
Text Example
Text Example
White with #A2ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECEF; }
p { color: rgb(162,236,239); }
H1.HeaderClassName
{
color: #A2ECEF;
}
.AnyTagClassName
{
color: #A2ECEF;
}
</style>
background-color css
<style>
a { background-color: #A2ECEF; }
a { background-color: rgb(162,236,239); }
div.DivClassName
{
background-color: #A2ECEF;
}
.BgClassName
{
background-color: #A2ECEF;
}
</style>
border-color css
<style>
span { border-color: #A2ECEF; }
span { border-color: rgb(162,236,239); }
td.TdClassName
{
border-color: #A2ECEF;
}
.TagClassName
{
border-color: #A2ECEF;
}
</style>