Shades of Blizzard Blue #A2E0EE
Tints of Blizzard Blue #A2E0EE
RGB
CMYK
RGB Variations
Color information
#A2E0EE (or 0xA2E0EE) is known color: Blizzard Blue. HEX triplet: A2, E0 and EE. RGB value is (162,224,238). Sum of RGB (Red+Green+Blue) = 162+224+238=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E0EE is #5D1F11. Grayscale: #CECECE. Windows color (decimal): -6102802 or 15655074. OLE color: 15655074.
HSL color Cylindrical-coordinate representation of color #A2E0EE: hue angle of 191.05º degrees, saturation: 0.69, 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 #A2E0EE is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 224 | 238 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.07 |
| HSL | 191.05º | 0.69% | 0.78% | - |
| HSV(B) | 191.05º | 0.32% | 0.93% | - |
| XYZ | 56.99 | 67.17 | 90.85 | - |
| YUV | 207.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 224 | 238 | 0.32 | 0.06 | 0 | 0.07 | 191.05 | 0.69 | 0.78 |
| Hex | A2 | E0 | EE | 20 | 6 | 0 | 7 | BF | 45 | 4E |
| Octal | 242 | 340 | 356 | 40 | 6 | 0 | 7 | 277 | 105 | 116 |
| Binary | 10100010 | 11100000 | 11101110 | 100000 | 110 | 0 | 111 | 10111111 | 1000101 | 1001110 |
Color Harmonies of #A2E0EE
Complementary color
Monochromatic Colors of #A2E0EE
Black with #A2E0EE
Text Example
Text Example
White with #A2E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E0EE; }
p { color: rgb(162,224,238); }
H1.HeaderClassName
{
color: #A2E0EE;
}
.AnyTagClassName
{
color: #A2E0EE;
}
</style>
background-color css
<style>
a { background-color: #A2E0EE; }
a { background-color: rgb(162,224,238); }
div.DivClassName
{
background-color: #A2E0EE;
}
.BgClassName
{
background-color: #A2E0EE;
}
</style>
border-color css
<style>
span { border-color: #A2E0EE; }
span { border-color: rgb(162,224,238); }
td.TdClassName
{
border-color: #A2E0EE;
}
.TagClassName
{
border-color: #A2E0EE;
}
</style>