Shades of Blizzard Blue #A2EDF4
Tints of Blizzard Blue #A2EDF4
RGB
CMYK
RGB Variations
Color information
#A2EDF4 (or 0xA2EDF4) is known color: Blizzard Blue. HEX triplet: A2, ED and F4. RGB value is (162,237,244). Sum of RGB (Red+Green+Blue) = 162+237+244=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #A2EDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDF4 is #5D120B. Grayscale: #D7D7D7. Windows color (decimal): -6099468 or 16051618. OLE color: 16051618.
HSL color Cylindrical-coordinate representation of color #A2EDF4: hue angle of 185.12º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2EDF4 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 237 | 244 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.04 |
| HSL | 185.12º | 0.79% | 0.8% | - |
| HSV(B) | 185.12º | 0.34% | 0.96% | - |
| XYZ | 61.51 | 74.78 | 96.78 | - |
| YUV | 215.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 244 | 0.34 | 0.03 | 0 | 0.04 | 185.12 | 0.79 | 0.8 |
| Hex | A2 | ED | F4 | 22 | 3 | 0 | 4 | B9 | 4F | 50 |
| Octal | 242 | 355 | 364 | 42 | 3 | 0 | 4 | 271 | 117 | 120 |
| Binary | 10100010 | 11101101 | 11110100 | 100010 | 11 | 0 | 100 | 10111001 | 1001111 | 1010000 |
Color Harmonies of #A2EDF4
Complementary color
Monochromatic Colors of #A2EDF4
Black with #A2EDF4
Text Example
Text Example
White with #A2EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDF4; }
p { color: rgb(162,237,244); }
H1.HeaderClassName
{
color: #A2EDF4;
}
.AnyTagClassName
{
color: #A2EDF4;
}
</style>
background-color css
<style>
a { background-color: #A2EDF4; }
a { background-color: rgb(162,237,244); }
div.DivClassName
{
background-color: #A2EDF4;
}
.BgClassName
{
background-color: #A2EDF4;
}
</style>
border-color css
<style>
span { border-color: #A2EDF4; }
span { border-color: rgb(162,237,244); }
td.TdClassName
{
border-color: #A2EDF4;
}
.TagClassName
{
border-color: #A2EDF4;
}
</style>