Shades of Blizzard Blue #A1ECEF
Tints of Blizzard Blue #A1ECEF
RGB
CMYK
RGB Variations
Color information
#A1ECEF (or 0xA1ECEF) is known color: Blizzard Blue. HEX triplet: A1, EC and EF. RGB value is (161,236,239). Sum of RGB (Red+Green+Blue) = 161+236+239=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1ECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECEF is #5E1310. Grayscale: #D5D5D5. Windows color (decimal): -6165265 or 15723681. OLE color: 15723681.
HSL color Cylindrical-coordinate representation of color #A1ECEF: hue angle of 182.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1ECEF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 236 | 239 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.06 |
| HSL | 182.31º | 0.71% | 0.78% | - |
| HSV(B) | 182.31º | 0.33% | 0.94% | - |
| XYZ | 60.27 | 73.8 | 92.73 | - |
| YUV | 213.92 | 142.15 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 239 | 0.33 | 0.01 | 0 | 0.06 | 182.31 | 0.71 | 0.78 |
| Hex | A1 | EC | EF | 21 | 1 | 0 | 6 | B6 | 47 | 4E |
| Octal | 241 | 354 | 357 | 41 | 1 | 0 | 6 | 266 | 107 | 116 |
| Binary | 10100001 | 11101100 | 11101111 | 100001 | 1 | 0 | 110 | 10110110 | 1000111 | 1001110 |
Color Harmonies of #A1ECEF
Complementary color
Monochromatic Colors of #A1ECEF
Black with #A1ECEF
Text Example
Text Example
White with #A1ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECEF; }
p { color: rgb(161,236,239); }
H1.HeaderClassName
{
color: #A1ECEF;
}
.AnyTagClassName
{
color: #A1ECEF;
}
</style>
background-color css
<style>
a { background-color: #A1ECEF; }
a { background-color: rgb(161,236,239); }
div.DivClassName
{
background-color: #A1ECEF;
}
.BgClassName
{
background-color: #A1ECEF;
}
</style>
border-color css
<style>
span { border-color: #A1ECEF; }
span { border-color: rgb(161,236,239); }
td.TdClassName
{
border-color: #A1ECEF;
}
.TagClassName
{
border-color: #A1ECEF;
}
</style>