Shades of Blizzard Blue #A1E2F1
Tints of Blizzard Blue #A1E2F1
RGB
CMYK
RGB Variations
Color information
#A1E2F1 (or 0xA1E2F1) is known color: Blizzard Blue. HEX triplet: A1, E2 and F1. RGB value is (161,226,241). Sum of RGB (Red+Green+Blue) = 161+226+241=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1E2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2F1 is #5E1D0E. Grayscale: #D0D0D0. Windows color (decimal): -6167823 or 15852193. OLE color: 15852193.
HSL color Cylindrical-coordinate representation of color #A1E2F1: hue angle of 191.25º 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 #A1E2F1 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 226 | 241 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.05 |
| HSL | 191.25º | 0.74% | 0.79% | - |
| HSV(B) | 191.25º | 0.33% | 0.95% | - |
| XYZ | 57.77 | 68.32 | 93.36 | - |
| YUV | 208.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 241 | 0.33 | 0.06 | 0 | 0.05 | 191.25 | 0.74 | 0.79 |
| Hex | A1 | E2 | F1 | 21 | 6 | 0 | 5 | BF | 4A | 4F |
| Octal | 241 | 342 | 361 | 41 | 6 | 0 | 5 | 277 | 112 | 117 |
| Binary | 10100001 | 11100010 | 11110001 | 100001 | 110 | 0 | 101 | 10111111 | 1001010 | 1001111 |
Color Harmonies of #A1E2F1
Complementary color
Monochromatic Colors of #A1E2F1
Black with #A1E2F1
Text Example
Text Example
White with #A1E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E2F1; }
p { color: rgb(161,226,241); }
H1.HeaderClassName
{
color: #A1E2F1;
}
.AnyTagClassName
{
color: #A1E2F1;
}
</style>
background-color css
<style>
a { background-color: #A1E2F1; }
a { background-color: rgb(161,226,241); }
div.DivClassName
{
background-color: #A1E2F1;
}
.BgClassName
{
background-color: #A1E2F1;
}
</style>
border-color css
<style>
span { border-color: #A1E2F1; }
span { border-color: rgb(161,226,241); }
td.TdClassName
{
border-color: #A1E2F1;
}
.TagClassName
{
border-color: #A1E2F1;
}
</style>