Shades of Blizzard Blue #A1ECEE
Tints of Blizzard Blue #A1ECEE
RGB
CMYK
RGB Variations
Color information
#A1ECEE (or 0xA1ECEE) is known color: Blizzard Blue. HEX triplet: A1, EC and EE. RGB value is (161,236,238). Sum of RGB (Red+Green+Blue) = 161+236+238=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1ECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECEE is #5E1311. Grayscale: #D5D5D5. Windows color (decimal): -6165266 or 15658145. OLE color: 15658145.
HSL color Cylindrical-coordinate representation of color #A1ECEE: hue angle of 181.56º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECEE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 238 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.07 |
| HSL | 181.56º | 0.69% | 0.78% | - |
| HSV(B) | 181.56º | 0.32% | 0.93% | - |
| XYZ | 60.13 | 73.74 | 91.95 | - |
| YUV | 213.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 238 | 0.32 | 0.01 | 0 | 0.07 | 181.56 | 0.69 | 0.78 |
| Hex | A1 | EC | EE | 20 | 1 | 0 | 7 | B6 | 45 | 4E |
| Octal | 241 | 354 | 356 | 40 | 1 | 0 | 7 | 266 | 105 | 116 |
| Binary | 10100001 | 11101100 | 11101110 | 100000 | 1 | 0 | 111 | 10110110 | 1000101 | 1001110 |
Color Harmonies of #A1ECEE
Complementary color
Monochromatic Colors of #A1ECEE
Black with #A1ECEE
Text Example
Text Example
White with #A1ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECEE; }
p { color: rgb(161,236,238); }
H1.HeaderClassName
{
color: #A1ECEE;
}
.AnyTagClassName
{
color: #A1ECEE;
}
</style>
background-color css
<style>
a { background-color: #A1ECEE; }
a { background-color: rgb(161,236,238); }
div.DivClassName
{
background-color: #A1ECEE;
}
.BgClassName
{
background-color: #A1ECEE;
}
</style>
border-color css
<style>
span { border-color: #A1ECEE; }
span { border-color: rgb(161,236,238); }
td.TdClassName
{
border-color: #A1ECEE;
}
.TagClassName
{
border-color: #A1ECEE;
}
</style>