Shades of Ice Cold #A0ECE0
Tints of Ice Cold #A0ECE0
RGB
CMYK
RGB Variations
Color information
#A0ECE0 (or 0xA0ECE0) is known color: Ice Cold. HEX triplet: A0, EC and E0. RGB value is (160,236,224). Sum of RGB (Red+Green+Blue) = 160+236+224=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECE0 is #5F131F. Grayscale: #D3D3D3. Windows color (decimal): -6230816 or 14740640. OLE color: 14740640.
HSL color Cylindrical-coordinate representation of color #A0ECE0: hue angle of 170.53º degrees, saturation: 0.67, 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 #A0ECE0 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 224 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.07 |
| HSL | 170.53º | 0.67% | 0.78% | - |
| HSV(B) | 170.53º | 0.32% | 0.93% | - |
| XYZ | 57.95 | 72.85 | 81.53 | - |
| YUV | 211.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 224 | 0.32 | 0 | 0.05 | 0.07 | 170.53 | 0.67 | 0.78 |
| Hex | A0 | EC | E0 | 20 | 0 | 5 | 7 | AB | 43 | 4E |
| Octal | 240 | 354 | 340 | 40 | 0 | 5 | 7 | 253 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11100000 | 100000 | 0 | 101 | 111 | 10101011 | 1000011 | 1001110 |
Color Harmonies of #A0ECE0
Complementary color
Monochromatic Colors of #A0ECE0
Black with #A0ECE0
Text Example
Text Example
White with #A0ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECE0; }
p { color: rgb(160,236,224); }
H1.HeaderClassName
{
color: #A0ECE0;
}
.AnyTagClassName
{
color: #A0ECE0;
}
</style>
background-color css
<style>
a { background-color: #A0ECE0; }
a { background-color: rgb(160,236,224); }
div.DivClassName
{
background-color: #A0ECE0;
}
.BgClassName
{
background-color: #A0ECE0;
}
</style>
border-color css
<style>
span { border-color: #A0ECE0; }
span { border-color: rgb(160,236,224); }
td.TdClassName
{
border-color: #A0ECE0;
}
.TagClassName
{
border-color: #A0ECE0;
}
</style>