Shades of Blizzard Blue #A2EAED
Tints of Blizzard Blue #A2EAED
RGB
CMYK
RGB Variations
Color information
#A2EAED (or 0xA2EAED) is known color: Blizzard Blue. HEX triplet: A2, EA and ED. RGB value is (162,234,237). Sum of RGB (Red+Green+Blue) = 162+234+237=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EAED is #5D1512. Grayscale: #D4D4D4. Windows color (decimal): -6100243 or 15592098. OLE color: 15592098.
HSL color Cylindrical-coordinate representation of color #A2EAED: hue angle of 182.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EAED is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 234 | 237 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.07 |
| HSL | 182.4º | 0.68% | 0.78% | - |
| HSV(B) | 182.4º | 0.32% | 0.93% | - |
| XYZ | 59.61 | 72.64 | 91 | - |
| YUV | 212.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 237 | 0.32 | 0.01 | 0 | 0.07 | 182.4 | 0.68 | 0.78 |
| Hex | A2 | EA | ED | 20 | 1 | 0 | 7 | B6 | 44 | 4E |
| Octal | 242 | 352 | 355 | 40 | 1 | 0 | 7 | 266 | 104 | 116 |
| Binary | 10100010 | 11101010 | 11101101 | 100000 | 1 | 0 | 111 | 10110110 | 1000100 | 1001110 |
Color Harmonies of #A2EAED
Complementary color
Monochromatic Colors of #A2EAED
Black with #A2EAED
Text Example
Text Example
White with #A2EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EAED; }
p { color: rgb(162,234,237); }
H1.HeaderClassName
{
color: #A2EAED;
}
.AnyTagClassName
{
color: #A2EAED;
}
</style>
background-color css
<style>
a { background-color: #A2EAED; }
a { background-color: rgb(162,234,237); }
div.DivClassName
{
background-color: #A2EAED;
}
.BgClassName
{
background-color: #A2EAED;
}
</style>
border-color css
<style>
span { border-color: #A2EAED; }
span { border-color: rgb(162,234,237); }
td.TdClassName
{
border-color: #A2EAED;
}
.TagClassName
{
border-color: #A2EAED;
}
</style>