Shades of Ice Cold #A0ECD9
Tints of Ice Cold #A0ECD9
RGB
CMYK
RGB Variations
Color information
#A0ECD9 (or 0xA0ECD9) is known color: Ice Cold. HEX triplet: A0, EC and D9. RGB value is (160,236,217). Sum of RGB (Red+Green+Blue) = 160+236+217=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECD9 is #5F1326. Grayscale: #D3D3D3. Windows color (decimal): -6230823 or 14281888. OLE color: 14281888.
HSL color Cylindrical-coordinate representation of color #A0ECD9: hue angle of 165º 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 #A0ECD9 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 217 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.07 |
| HSL | 165º | 0.67% | 0.78% | - |
| HSV(B) | 165º | 0.32% | 0.93% | - |
| XYZ | 57.02 | 72.47 | 76.63 | - |
| YUV | 211.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 217 | 0.32 | 0 | 0.08 | 0.07 | 165 | 0.67 | 0.78 |
| Hex | A0 | EC | D9 | 20 | 0 | 8 | 7 | A5 | 43 | 4E |
| Octal | 240 | 354 | 331 | 40 | 0 | 10 | 7 | 245 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11011001 | 100000 | 0 | 1000 | 111 | 10100101 | 1000011 | 1001110 |
Color Harmonies of #A0ECD9
Complementary color
Monochromatic Colors of #A0ECD9
Black with #A0ECD9
Text Example
Text Example
White with #A0ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECD9; }
p { color: rgb(160,236,217); }
H1.HeaderClassName
{
color: #A0ECD9;
}
.AnyTagClassName
{
color: #A0ECD9;
}
</style>
background-color css
<style>
a { background-color: #A0ECD9; }
a { background-color: rgb(160,236,217); }
div.DivClassName
{
background-color: #A0ECD9;
}
.BgClassName
{
background-color: #A0ECD9;
}
</style>
border-color css
<style>
span { border-color: #A0ECD9; }
span { border-color: rgb(160,236,217); }
td.TdClassName
{
border-color: #A0ECD9;
}
.TagClassName
{
border-color: #A0ECD9;
}
</style>