Shades of Blizzard Blue #A1ECFE
Tints of Blizzard Blue #A1ECFE
RGB
CMYK
RGB Variations
Color information
#A1ECFE (or 0xA1ECFE) is known color: Blizzard Blue. HEX triplet: A1, EC and FE. RGB value is (161,236,254). Sum of RGB (Red+Green+Blue) = 161+236+254=651 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.73% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1ECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECFE is #5E1301. Grayscale: #D7D7D7. Windows color (decimal): -6165250 or 16706721. OLE color: 16706721.
HSL color Cylindrical-coordinate representation of color #A1ECFE: hue angle of 191.61º 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 #A1ECFE is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 236 | 254 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.00 |
| HSL | 191.61º | 0.98% | 0.81% | - |
| HSV(B) | 191.61º | 0.37% | 1% | - |
| XYZ | 62.58 | 74.72 | 104.89 | - |
| YUV | 215.63 | 149.65 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 254 | 0.37 | 0.07 | 0 | 0.00 | 191.61 | 0.98 | 0.81 |
| Hex | A1 | EC | FE | 25 | 7 | 0 | 0 | C0 | 62 | 51 |
| Octal | 241 | 354 | 376 | 45 | 7 | 0 | 0 | 300 | 142 | 121 |
| Binary | 10100001 | 11101100 | 11111110 | 100101 | 111 | 0 | 0 | 11000000 | 1100010 | 1010001 |
Color Harmonies of #A1ECFE
Complementary color
Monochromatic Colors of #A1ECFE
Black with #A1ECFE
Text Example
Text Example
White with #A1ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECFE; }
p { color: rgb(161,236,254); }
H1.HeaderClassName
{
color: #A1ECFE;
}
.AnyTagClassName
{
color: #A1ECFE;
}
</style>
background-color css
<style>
a { background-color: #A1ECFE; }
a { background-color: rgb(161,236,254); }
div.DivClassName
{
background-color: #A1ECFE;
}
.BgClassName
{
background-color: #A1ECFE;
}
</style>
border-color css
<style>
span { border-color: #A1ECFE; }
span { border-color: rgb(161,236,254); }
td.TdClassName
{
border-color: #A1ECFE;
}
.TagClassName
{
border-color: #A1ECFE;
}
</style>