Shades of Blizzard Blue #A1E2E9
Tints of Blizzard Blue #A1E2E9
RGB
CMYK
RGB Variations
Color information
#A1E2E9 (or 0xA1E2E9) is known color: Blizzard Blue. HEX triplet: A1, E2 and E9. RGB value is (161,226,233). Sum of RGB (Red+Green+Blue) = 161+226+233=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1E2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2E9 is #5E1D16. Grayscale: #CFCFCF. Windows color (decimal): -6167831 or 15327905. OLE color: 15327905.
HSL color Cylindrical-coordinate representation of color #A1E2E9: hue angle of 185.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E2E9 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 226 | 233 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.09 |
| HSL | 185.83º | 0.62% | 0.77% | - |
| HSV(B) | 185.83º | 0.31% | 0.91% | - |
| XYZ | 56.6 | 67.85 | 87.2 | - |
| YUV | 207.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 233 | 0.31 | 0.03 | 0 | 0.09 | 185.83 | 0.62 | 0.77 |
| Hex | A1 | E2 | E9 | 1F | 3 | 0 | 9 | BA | 3E | 4D |
| Octal | 241 | 342 | 351 | 37 | 3 | 0 | 11 | 272 | 76 | 115 |
| Binary | 10100001 | 11100010 | 11101001 | 11111 | 11 | 0 | 1001 | 10111010 | 111110 | 1001101 |
Color Harmonies of #A1E2E9
Complementary color
Monochromatic Colors of #A1E2E9
Black with #A1E2E9
Text Example
Text Example
White with #A1E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E2E9; }
p { color: rgb(161,226,233); }
H1.HeaderClassName
{
color: #A1E2E9;
}
.AnyTagClassName
{
color: #A1E2E9;
}
</style>
background-color css
<style>
a { background-color: #A1E2E9; }
a { background-color: rgb(161,226,233); }
div.DivClassName
{
background-color: #A1E2E9;
}
.BgClassName
{
background-color: #A1E2E9;
}
</style>
border-color css
<style>
span { border-color: #A1E2E9; }
span { border-color: rgb(161,226,233); }
td.TdClassName
{
border-color: #A1E2E9;
}
.TagClassName
{
border-color: #A1E2E9;
}
</style>