Shades of Blizzard Blue #A2E8FA
Tints of Blizzard Blue #A2E8FA
RGB
CMYK
RGB Variations
Color information
#A2E8FA (or 0xA2E8FA) is known color: Blizzard Blue. HEX triplet: A2, E8 and FA. RGB value is (162,232,250). Sum of RGB (Red+Green+Blue) = 162+232+250=644 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.16% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E8FA is #5D1705. Grayscale: #D4D4D4. Windows color (decimal): -6100742 or 16443554. OLE color: 16443554.
HSL color Cylindrical-coordinate representation of color #A2E8FA: hue angle of 192.27º degrees, saturation: 0.9, 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 #A2E8FA is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 232 | 250 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.02 |
| HSL | 192.27º | 0.9% | 0.81% | - |
| HSV(B) | 192.27º | 0.35% | 0.98% | - |
| XYZ | 61.01 | 72.3 | 101.18 | - |
| YUV | 213.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 250 | 0.35 | 0.07 | 0 | 0.02 | 192.27 | 0.9 | 0.81 |
| Hex | A2 | E8 | FA | 23 | 7 | 0 | 2 | C0 | 5A | 51 |
| Octal | 242 | 350 | 372 | 43 | 7 | 0 | 2 | 300 | 132 | 121 |
| Binary | 10100010 | 11101000 | 11111010 | 100011 | 111 | 0 | 10 | 11000000 | 1011010 | 1010001 |
Color Harmonies of #A2E8FA
Complementary color
Monochromatic Colors of #A2E8FA
Black with #A2E8FA
Text Example
Text Example
White with #A2E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8FA; }
p { color: rgb(162,232,250); }
H1.HeaderClassName
{
color: #A2E8FA;
}
.AnyTagClassName
{
color: #A2E8FA;
}
</style>
background-color css
<style>
a { background-color: #A2E8FA; }
a { background-color: rgb(162,232,250); }
div.DivClassName
{
background-color: #A2E8FA;
}
.BgClassName
{
background-color: #A2E8FA;
}
</style>
border-color css
<style>
span { border-color: #A2E8FA; }
span { border-color: rgb(162,232,250); }
td.TdClassName
{
border-color: #A2E8FA;
}
.TagClassName
{
border-color: #A2E8FA;
}
</style>