Shades of Blizzard Blue #A1ECF7
Tints of Blizzard Blue #A1ECF7
RGB
CMYK
RGB Variations
Color information
#A1ECF7 (or 0xA1ECF7) is known color: Blizzard Blue. HEX triplet: A1, EC and F7. RGB value is (161,236,247). Sum of RGB (Red+Green+Blue) = 161+236+247=644 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #A1ECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECF7 is #5E1308. Grayscale: #D6D6D6. Windows color (decimal): -6165257 or 16247969. OLE color: 16247969.
HSL color Cylindrical-coordinate representation of color #A1ECF7: hue angle of 187.67º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1ECF7 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 236 | 247 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.03 |
| HSL | 187.67º | 0.84% | 0.8% | - |
| HSV(B) | 187.67º | 0.35% | 0.97% | - |
| XYZ | 61.48 | 74.28 | 99.09 | - |
| YUV | 214.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 247 | 0.35 | 0.04 | 0 | 0.03 | 187.67 | 0.84 | 0.8 |
| Hex | A1 | EC | F7 | 23 | 4 | 0 | 3 | BC | 54 | 50 |
| Octal | 241 | 354 | 367 | 43 | 4 | 0 | 3 | 274 | 124 | 120 |
| Binary | 10100001 | 11101100 | 11110111 | 100011 | 100 | 0 | 11 | 10111100 | 1010100 | 1010000 |
Color Harmonies of #A1ECF7
Complementary color
Monochromatic Colors of #A1ECF7
Black with #A1ECF7
Text Example
Text Example
White with #A1ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECF7; }
p { color: rgb(161,236,247); }
H1.HeaderClassName
{
color: #A1ECF7;
}
.AnyTagClassName
{
color: #A1ECF7;
}
</style>
background-color css
<style>
a { background-color: #A1ECF7; }
a { background-color: rgb(161,236,247); }
div.DivClassName
{
background-color: #A1ECF7;
}
.BgClassName
{
background-color: #A1ECF7;
}
</style>
border-color css
<style>
span { border-color: #A1ECF7; }
span { border-color: rgb(161,236,247); }
td.TdClassName
{
border-color: #A1ECF7;
}
.TagClassName
{
border-color: #A1ECF7;
}
</style>