Shades of Blizzard Blue #A0ECEF
Tints of Blizzard Blue #A0ECEF
RGB
CMYK
RGB Variations
Color information
#A0ECEF (or 0xA0ECEF) is known color: Blizzard Blue. HEX triplet: A0, EC and EF. RGB value is (160,236,239). Sum of RGB (Red+Green+Blue) = 160+236+239=635 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.20% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0ECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECEF is #5F1310. Grayscale: #D5D5D5. Windows color (decimal): -6230801 or 15723680. OLE color: 15723680.
HSL color Cylindrical-coordinate representation of color #A0ECEF: hue angle of 182.28º 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 #A0ECEF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 236 | 239 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.06 |
| HSL | 182.28º | 0.71% | 0.78% | - |
| HSV(B) | 182.28º | 0.33% | 0.94% | - |
| XYZ | 60.07 | 73.7 | 92.72 | - |
| YUV | 213.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 239 | 0.33 | 0.01 | 0 | 0.06 | 182.28 | 0.71 | 0.78 |
| Hex | A0 | EC | EF | 21 | 1 | 0 | 6 | B6 | 47 | 4E |
| Octal | 240 | 354 | 357 | 41 | 1 | 0 | 6 | 266 | 107 | 116 |
| Binary | 10100000 | 11101100 | 11101111 | 100001 | 1 | 0 | 110 | 10110110 | 1000111 | 1001110 |
Color Harmonies of #A0ECEF
Complementary color
Monochromatic Colors of #A0ECEF
Black with #A0ECEF
Text Example
Text Example
White with #A0ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECEF; }
p { color: rgb(160,236,239); }
H1.HeaderClassName
{
color: #A0ECEF;
}
.AnyTagClassName
{
color: #A0ECEF;
}
</style>
background-color css
<style>
a { background-color: #A0ECEF; }
a { background-color: rgb(160,236,239); }
div.DivClassName
{
background-color: #A0ECEF;
}
.BgClassName
{
background-color: #A0ECEF;
}
</style>
border-color css
<style>
span { border-color: #A0ECEF; }
span { border-color: rgb(160,236,239); }
td.TdClassName
{
border-color: #A0ECEF;
}
.TagClassName
{
border-color: #A0ECEF;
}
</style>