Shades of Blizzard Blue #A1EEF1
Tints of Blizzard Blue #A1EEF1
RGB
CMYK
RGB Variations
Color information
#A1EEF1 (or 0xA1EEF1) is known color: Blizzard Blue. HEX triplet: A1, EE and F1. RGB value is (161,238,241). Sum of RGB (Red+Green+Blue) = 161+238+241=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1EEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEF1 is #5E110E. Grayscale: #D7D7D7. Windows color (decimal): -6164751 or 15855265. OLE color: 15855265.
HSL color Cylindrical-coordinate representation of color #A1EEF1: hue angle of 182.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 #A1EEF1 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 238 | 241 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.05 |
| HSL | 182.25º | 0.74% | 0.79% | - |
| HSV(B) | 182.25º | 0.33% | 0.95% | - |
| XYZ | 61.15 | 75.08 | 94.49 | - |
| YUV | 215.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 241 | 0.33 | 0.01 | 0 | 0.05 | 182.25 | 0.74 | 0.79 |
| Hex | A1 | EE | F1 | 21 | 1 | 0 | 5 | B6 | 4A | 4F |
| Octal | 241 | 356 | 361 | 41 | 1 | 0 | 5 | 266 | 112 | 117 |
| Binary | 10100001 | 11101110 | 11110001 | 100001 | 1 | 0 | 101 | 10110110 | 1001010 | 1001111 |
Color Harmonies of #A1EEF1
Complementary color
Monochromatic Colors of #A1EEF1
Black with #A1EEF1
Text Example
Text Example
White with #A1EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEF1; }
p { color: rgb(161,238,241); }
H1.HeaderClassName
{
color: #A1EEF1;
}
.AnyTagClassName
{
color: #A1EEF1;
}
</style>
background-color css
<style>
a { background-color: #A1EEF1; }
a { background-color: rgb(161,238,241); }
div.DivClassName
{
background-color: #A1EEF1;
}
.BgClassName
{
background-color: #A1EEF1;
}
</style>
border-color css
<style>
span { border-color: #A1EEF1; }
span { border-color: rgb(161,238,241); }
td.TdClassName
{
border-color: #A1EEF1;
}
.TagClassName
{
border-color: #A1EEF1;
}
</style>