Shades of Blizzard Blue #A2EEF3
Tints of Blizzard Blue #A2EEF3
RGB
CMYK
RGB Variations
Color information
#A2EEF3 (or 0xA2EEF3) is known color: Blizzard Blue. HEX triplet: A2, EE and F3. RGB value is (162,238,243). Sum of RGB (Red+Green+Blue) = 162+238+243=643 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.19% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #A2EEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EEF3 is #5D110C. Grayscale: #D7D7D7. Windows color (decimal): -6099213 or 15986338. OLE color: 15986338.
HSL color Cylindrical-coordinate representation of color #A2EEF3: hue angle of 183.7º degrees, saturation: 0.77, 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 #A2EEF3 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 238 | 243 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.05 |
| HSL | 183.7º | 0.77% | 0.79% | - |
| HSV(B) | 183.7º | 0.33% | 0.95% | - |
| XYZ | 61.65 | 75.3 | 96.08 | - |
| YUV | 215.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 243 | 0.33 | 0.02 | 0 | 0.05 | 183.7 | 0.77 | 0.79 |
| Hex | A2 | EE | F3 | 21 | 2 | 0 | 5 | B8 | 4D | 4F |
| Octal | 242 | 356 | 363 | 41 | 2 | 0 | 5 | 270 | 115 | 117 |
| Binary | 10100010 | 11101110 | 11110011 | 100001 | 10 | 0 | 101 | 10111000 | 1001101 | 1001111 |
Color Harmonies of #A2EEF3
Complementary color
Monochromatic Colors of #A2EEF3
Black with #A2EEF3
Text Example
Text Example
White with #A2EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EEF3; }
p { color: rgb(162,238,243); }
H1.HeaderClassName
{
color: #A2EEF3;
}
.AnyTagClassName
{
color: #A2EEF3;
}
</style>
background-color css
<style>
a { background-color: #A2EEF3; }
a { background-color: rgb(162,238,243); }
div.DivClassName
{
background-color: #A2EEF3;
}
.BgClassName
{
background-color: #A2EEF3;
}
</style>
border-color css
<style>
span { border-color: #A2EEF3; }
span { border-color: rgb(162,238,243); }
td.TdClassName
{
border-color: #A2EEF3;
}
.TagClassName
{
border-color: #A2EEF3;
}
</style>