Shades of Blizzard Blue #A2E6FA
Tints of Blizzard Blue #A2E6FA
RGB
CMYK
RGB Variations
Color information
#A2E6FA (or 0xA2E6FA) is known color: Blizzard Blue. HEX triplet: A2, E6 and FA. RGB value is (162,230,250). Sum of RGB (Red+Green+Blue) = 162+230+250=642 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.23% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E6FA is #5D1905. Grayscale: #D3D3D3. Windows color (decimal): -6101254 or 16443042. OLE color: 16443042.
HSL color Cylindrical-coordinate representation of color #A2E6FA: hue angle of 193.64º 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 #A2E6FA is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 230 | 250 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.02 |
| HSL | 193.64º | 0.9% | 0.81% | - |
| HSV(B) | 193.64º | 0.35% | 0.98% | - |
| XYZ | 60.45 | 71.18 | 100.99 | - |
| YUV | 211.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 250 | 0.35 | 0.08 | 0 | 0.02 | 193.64 | 0.9 | 0.81 |
| Hex | A2 | E6 | FA | 23 | 8 | 0 | 2 | C2 | 5A | 51 |
| Octal | 242 | 346 | 372 | 43 | 10 | 0 | 2 | 302 | 132 | 121 |
| Binary | 10100010 | 11100110 | 11111010 | 100011 | 1000 | 0 | 10 | 11000010 | 1011010 | 1010001 |
Color Harmonies of #A2E6FA
Complementary color
Monochromatic Colors of #A2E6FA
Black with #A2E6FA
Text Example
Text Example
White with #A2E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6FA; }
p { color: rgb(162,230,250); }
H1.HeaderClassName
{
color: #A2E6FA;
}
.AnyTagClassName
{
color: #A2E6FA;
}
</style>
background-color css
<style>
a { background-color: #A2E6FA; }
a { background-color: rgb(162,230,250); }
div.DivClassName
{
background-color: #A2E6FA;
}
.BgClassName
{
background-color: #A2E6FA;
}
</style>
border-color css
<style>
span { border-color: #A2E6FA; }
span { border-color: rgb(162,230,250); }
td.TdClassName
{
border-color: #A2E6FA;
}
.TagClassName
{
border-color: #A2E6FA;
}
</style>