Shades of Blizzard Blue #A1EEFE
Tints of Blizzard Blue #A1EEFE
RGB
CMYK
RGB Variations
Color information
#A1EEFE (or 0xA1EEFE) is known color: Blizzard Blue. HEX triplet: A1, EE and FE. RGB value is (161,238,254). Sum of RGB (Red+Green+Blue) = 161+238+254=653 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.66% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEFE is #5E1101. Grayscale: #D8D8D8. Windows color (decimal): -6164738 or 16707233. OLE color: 16707233.
HSL color Cylindrical-coordinate representation of color #A1EEFE: hue angle of 190.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1EEFE is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 238 | 254 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.00 |
| HSL | 190.32º | 0.98% | 0.81% | - |
| HSV(B) | 190.32º | 0.37% | 1% | - |
| XYZ | 63.16 | 75.88 | 105.08 | - |
| YUV | 216.8 | 148.99 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 254 | 0.37 | 0.06 | 0 | 0.00 | 190.32 | 0.98 | 0.81 |
| Hex | A1 | EE | FE | 25 | 6 | 0 | 0 | BE | 62 | 51 |
| Octal | 241 | 356 | 376 | 45 | 6 | 0 | 0 | 276 | 142 | 121 |
| Binary | 10100001 | 11101110 | 11111110 | 100101 | 110 | 0 | 0 | 10111110 | 1100010 | 1010001 |
Color Harmonies of #A1EEFE
Complementary color
Monochromatic Colors of #A1EEFE
Black with #A1EEFE
Text Example
Text Example
White with #A1EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEFE; }
p { color: rgb(161,238,254); }
H1.HeaderClassName
{
color: #A1EEFE;
}
.AnyTagClassName
{
color: #A1EEFE;
}
</style>
background-color css
<style>
a { background-color: #A1EEFE; }
a { background-color: rgb(161,238,254); }
div.DivClassName
{
background-color: #A1EEFE;
}
.BgClassName
{
background-color: #A1EEFE;
}
</style>
border-color css
<style>
span { border-color: #A1EEFE; }
span { border-color: rgb(161,238,254); }
td.TdClassName
{
border-color: #A1EEFE;
}
.TagClassName
{
border-color: #A1EEFE;
}
</style>