Shades of Blizzard Blue #A2ECF3
Tints of Blizzard Blue #A2ECF3
RGB
CMYK
RGB Variations
Color information
#A2ECF3 (or 0xA2ECF3) is known color: Blizzard Blue. HEX triplet: A2, EC and F3. RGB value is (162,236,243). Sum of RGB (Red+Green+Blue) = 162+236+243=641 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.27% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #A2ECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECF3 is #5D130C. Grayscale: #D6D6D6. Windows color (decimal): -6099725 or 15985826. OLE color: 15985826.
HSL color Cylindrical-coordinate representation of color #A2ECF3: hue angle of 185.19º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2ECF3 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 236 | 243 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.05 |
| HSL | 185.19º | 0.77% | 0.79% | - |
| HSV(B) | 185.19º | 0.33% | 0.95% | - |
| XYZ | 61.07 | 74.14 | 95.89 | - |
| YUV | 214.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 243 | 0.33 | 0.03 | 0 | 0.05 | 185.19 | 0.77 | 0.79 |
| Hex | A2 | EC | F3 | 21 | 3 | 0 | 5 | B9 | 4D | 4F |
| Octal | 242 | 354 | 363 | 41 | 3 | 0 | 5 | 271 | 115 | 117 |
| Binary | 10100010 | 11101100 | 11110011 | 100001 | 11 | 0 | 101 | 10111001 | 1001101 | 1001111 |
Color Harmonies of #A2ECF3
Complementary color
Monochromatic Colors of #A2ECF3
Black with #A2ECF3
Text Example
Text Example
White with #A2ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECF3; }
p { color: rgb(162,236,243); }
H1.HeaderClassName
{
color: #A2ECF3;
}
.AnyTagClassName
{
color: #A2ECF3;
}
</style>
background-color css
<style>
a { background-color: #A2ECF3; }
a { background-color: rgb(162,236,243); }
div.DivClassName
{
background-color: #A2ECF3;
}
.BgClassName
{
background-color: #A2ECF3;
}
</style>
border-color css
<style>
span { border-color: #A2ECF3; }
span { border-color: rgb(162,236,243); }
td.TdClassName
{
border-color: #A2ECF3;
}
.TagClassName
{
border-color: #A2ECF3;
}
</style>