Shades of Blizzard Blue #A2EAF9
Tints of Blizzard Blue #A2EAF9
RGB
CMYK
RGB Variations
Color information
#A2EAF9 (or 0xA2EAF9) is known color: Blizzard Blue. HEX triplet: A2, EA and F9. RGB value is (162,234,249). Sum of RGB (Red+Green+Blue) = 162+234+249=645 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.12% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #A2EAF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAF9 is #5D1506. Grayscale: #D6D6D6. Windows color (decimal): -6100231 or 16378530. OLE color: 16378530.
HSL color Cylindrical-coordinate representation of color #A2EAF9: hue angle of 190.34º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2EAF9 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 162 | 234 | 249 | - |
CMYK | 0.35 | 0.06 | 0 | 0.02 |
HSL | 190.34º | 0.88% | 0.81% | - |
HSV(B) | 190.34º | 0.35% | 0.98% | - |
XYZ | 61.42 | 73.37 | 100.55 | - |
YUV | 214.18 | 147.65 | 90.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 234 | 249 | 0.35 | 0.06 | 0 | 0.02 | 190.34 | 0.88 | 0.81 |
Hex | A2 | EA | F9 | 23 | 6 | 0 | 2 | BE | 58 | 51 |
Octal | 242 | 352 | 371 | 43 | 6 | 0 | 2 | 276 | 130 | 121 |
Binary | 10100010 | 11101010 | 11111001 | 100011 | 110 | 0 | 10 | 10111110 | 1011000 | 1010001 |
Color Harmonies of #A2EAF9
Complementary color
Monochromatic Colors of #A2EAF9
Black with #A2EAF9
Text Example
Text Example
White with #A2EAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EAF9; }
p { color: rgb(162,234,249); }
H1.HeaderClassName
{
color: #A2EAF9;
}
.AnyTagClassName
{
color: #A2EAF9;
}
</style>
background-color css
<style>
a { background-color: #A2EAF9; }
a { background-color: rgb(162,234,249); }
div.DivClassName
{
background-color: #A2EAF9;
}
.BgClassName
{
background-color: #A2EAF9;
}
</style>
border-color css
<style>
span { border-color: #A2EAF9; }
span { border-color: rgb(162,234,249); }
td.TdClassName
{
border-color: #A2EAF9;
}
.TagClassName
{
border-color: #A2EAF9;
}
</style>