Shades of Blizzard Blue #A1EEFA
Tints of Blizzard Blue #A1EEFA
RGB
CMYK
RGB Variations
Color information
#A1EEFA (or 0xA1EEFA) is known color: Blizzard Blue. HEX triplet: A1, EE and FA. RGB value is (161,238,250). Sum of RGB (Red+Green+Blue) = 161+238+250=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEFA is #5E1105. Grayscale: #D8D8D8. Windows color (decimal): -6164742 or 16445089. OLE color: 16445089.
HSL color Cylindrical-coordinate representation of color #A1EEFA: hue angle of 188.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1EEFA is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 238 | 250 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.02 |
| HSL | 188.09º | 0.9% | 0.81% | - |
| HSV(B) | 188.09º | 0.36% | 0.98% | - |
| XYZ | 62.53 | 75.63 | 101.74 | - |
| YUV | 216.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 250 | 0.36 | 0.05 | 0 | 0.02 | 188.09 | 0.9 | 0.81 |
| Hex | A1 | EE | FA | 24 | 5 | 0 | 2 | BC | 5A | 51 |
| Octal | 241 | 356 | 372 | 44 | 5 | 0 | 2 | 274 | 132 | 121 |
| Binary | 10100001 | 11101110 | 11111010 | 100100 | 101 | 0 | 10 | 10111100 | 1011010 | 1010001 |
Color Harmonies of #A1EEFA
Complementary color
Monochromatic Colors of #A1EEFA
Black with #A1EEFA
Text Example
Text Example
White with #A1EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEFA; }
p { color: rgb(161,238,250); }
H1.HeaderClassName
{
color: #A1EEFA;
}
.AnyTagClassName
{
color: #A1EEFA;
}
</style>
background-color css
<style>
a { background-color: #A1EEFA; }
a { background-color: rgb(161,238,250); }
div.DivClassName
{
background-color: #A1EEFA;
}
.BgClassName
{
background-color: #A1EEFA;
}
</style>
border-color css
<style>
span { border-color: #A1EEFA; }
span { border-color: rgb(161,238,250); }
td.TdClassName
{
border-color: #A1EEFA;
}
.TagClassName
{
border-color: #A1EEFA;
}
</style>