Shades of Blizzard Blue #A2EAF2
Tints of Blizzard Blue #A2EAF2
RGB
CMYK
RGB Variations
Color information
#A2EAF2 (or 0xA2EAF2) is known color: Blizzard Blue. HEX triplet: A2, EA and F2. RGB value is (162,234,242). Sum of RGB (Red+Green+Blue) = 162+234+242=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAF2 is #5D150D. Grayscale: #D5D5D5. Windows color (decimal): -6100238 or 15919778. OLE color: 15919778.
HSL color Cylindrical-coordinate representation of color #A2EAF2: hue angle of 186º degrees, saturation: 0.75, 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 #A2EAF2 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 234 | 242 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.05 |
| HSL | 186º | 0.75% | 0.79% | - |
| HSV(B) | 186º | 0.33% | 0.95% | - |
| XYZ | 60.35 | 72.94 | 94.9 | - |
| YUV | 213.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 242 | 0.33 | 0.03 | 0 | 0.05 | 186 | 0.75 | 0.79 |
| Hex | A2 | EA | F2 | 21 | 3 | 0 | 5 | BA | 4B | 4F |
| Octal | 242 | 352 | 362 | 41 | 3 | 0 | 5 | 272 | 113 | 117 |
| Binary | 10100010 | 11101010 | 11110010 | 100001 | 11 | 0 | 101 | 10111010 | 1001011 | 1001111 |
Color Harmonies of #A2EAF2
Complementary color
Monochromatic Colors of #A2EAF2
Black with #A2EAF2
Text Example
Text Example
White with #A2EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EAF2; }
p { color: rgb(162,234,242); }
H1.HeaderClassName
{
color: #A2EAF2;
}
.AnyTagClassName
{
color: #A2EAF2;
}
</style>
background-color css
<style>
a { background-color: #A2EAF2; }
a { background-color: rgb(162,234,242); }
div.DivClassName
{
background-color: #A2EAF2;
}
.BgClassName
{
background-color: #A2EAF2;
}
</style>
border-color css
<style>
span { border-color: #A2EAF2; }
span { border-color: rgb(162,234,242); }
td.TdClassName
{
border-color: #A2EAF2;
}
.TagClassName
{
border-color: #A2EAF2;
}
</style>