Shades of Blizzard Blue #A1E6E2
Tints of Blizzard Blue #A1E6E2
RGB
CMYK
RGB Variations
Color information
#A1E6E2 (or 0xA1E6E2) is known color: Blizzard Blue. HEX triplet: A1, E6 and E2. RGB value is (161,230,226). Sum of RGB (Red+Green+Blue) = 161+230+226=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E6E2 is #5E191D. Grayscale: #D0D0D0. Windows color (decimal): -6166814 or 14870177. OLE color: 14870177.
HSL color Cylindrical-coordinate representation of color #A1E6E2: hue angle of 176.52º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6E2 is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 226 | - |
| CMYK | 0.3 | 0 | 0.02 | 0.10 |
| HSL | 176.52º | 0.58% | 0.77% | - |
| HSV(B) | 176.52º | 0.3% | 0.9% | - |
| XYZ | 56.72 | 69.66 | 82.41 | - |
| YUV | 208.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 226 | 0.3 | 0 | 0.02 | 0.10 | 176.52 | 0.58 | 0.77 |
| Hex | A1 | E6 | E2 | 1E | 0 | 2 | A | B1 | 3A | 4D |
| Octal | 241 | 346 | 342 | 36 | 0 | 2 | 12 | 261 | 72 | 115 |
| Binary | 10100001 | 11100110 | 11100010 | 11110 | 0 | 10 | 1010 | 10110001 | 111010 | 1001101 |
Color Harmonies of #A1E6E2
Complementary color
Monochromatic Colors of #A1E6E2
Black with #A1E6E2
Text Example
Text Example
White with #A1E6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6E2; }
p { color: rgb(161,230,226); }
H1.HeaderClassName
{
color: #A1E6E2;
}
.AnyTagClassName
{
color: #A1E6E2;
}
</style>
background-color css
<style>
a { background-color: #A1E6E2; }
a { background-color: rgb(161,230,226); }
div.DivClassName
{
background-color: #A1E6E2;
}
.BgClassName
{
background-color: #A1E6E2;
}
</style>
border-color css
<style>
span { border-color: #A1E6E2; }
span { border-color: rgb(161,230,226); }
td.TdClassName
{
border-color: #A1E6E2;
}
.TagClassName
{
border-color: #A1E6E2;
}
</style>