Shades of Blizzard Blue #A2E8F1
Tints of Blizzard Blue #A2E8F1
RGB
CMYK
RGB Variations
Color information
#A2E8F1 (or 0xA2E8F1) is known color: Blizzard Blue. HEX triplet: A2, E8 and F1. RGB value is (162,232,241). Sum of RGB (Red+Green+Blue) = 162+232+241=635 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.51% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2E8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E8F1 is #5D170E. Grayscale: #D3D3D3. Windows color (decimal): -6100751 or 15853730. OLE color: 15853730.
HSL color Cylindrical-coordinate representation of color #A2E8F1: hue angle of 186.84º degrees, saturation: 0.74, 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 #A2E8F1 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 232 | 241 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.05 |
| HSL | 186.84º | 0.74% | 0.79% | - |
| HSV(B) | 186.84º | 0.33% | 0.95% | - |
| XYZ | 59.63 | 71.75 | 93.92 | - |
| YUV | 212.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 241 | 0.33 | 0.04 | 0 | 0.05 | 186.84 | 0.74 | 0.79 |
| Hex | A2 | E8 | F1 | 21 | 4 | 0 | 5 | BB | 4A | 4F |
| Octal | 242 | 350 | 361 | 41 | 4 | 0 | 5 | 273 | 112 | 117 |
| Binary | 10100010 | 11101000 | 11110001 | 100001 | 100 | 0 | 101 | 10111011 | 1001010 | 1001111 |
Color Harmonies of #A2E8F1
Complementary color
Monochromatic Colors of #A2E8F1
Black with #A2E8F1
Text Example
Text Example
White with #A2E8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8F1; }
p { color: rgb(162,232,241); }
H1.HeaderClassName
{
color: #A2E8F1;
}
.AnyTagClassName
{
color: #A2E8F1;
}
</style>
background-color css
<style>
a { background-color: #A2E8F1; }
a { background-color: rgb(162,232,241); }
div.DivClassName
{
background-color: #A2E8F1;
}
.BgClassName
{
background-color: #A2E8F1;
}
</style>
border-color css
<style>
span { border-color: #A2E8F1; }
span { border-color: rgb(162,232,241); }
td.TdClassName
{
border-color: #A2E8F1;
}
.TagClassName
{
border-color: #A2E8F1;
}
</style>