Shades of Ice Cold #A0ECDC
Tints of Ice Cold #A0ECDC
RGB
CMYK
RGB Variations
Color information
#A0ECDC (or 0xA0ECDC) is known color: Ice Cold. HEX triplet: A0, EC and DC. RGB value is (160,236,220). Sum of RGB (Red+Green+Blue) = 160+236+220=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDC is #5F1323. Grayscale: #D3D3D3. Windows color (decimal): -6230820 or 14478496. OLE color: 14478496.
HSL color Cylindrical-coordinate representation of color #A0ECDC: hue angle of 167.37º 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 #A0ECDC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 220 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.07 |
| HSL | 167.37º | 0.67% | 0.78% | - |
| HSV(B) | 167.37º | 0.32% | 0.93% | - |
| XYZ | 57.41 | 72.63 | 78.7 | - |
| YUV | 211.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 220 | 0.32 | 0 | 0.07 | 0.07 | 167.37 | 0.67 | 0.78 |
| Hex | A0 | EC | DC | 20 | 0 | 7 | 7 | A7 | 43 | 4E |
| Octal | 240 | 354 | 334 | 40 | 0 | 7 | 7 | 247 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11011100 | 100000 | 0 | 111 | 111 | 10100111 | 1000011 | 1001110 |
Color Harmonies of #A0ECDC
Complementary color
Monochromatic Colors of #A0ECDC
Black with #A0ECDC
Text Example
Text Example
White with #A0ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECDC; }
p { color: rgb(160,236,220); }
H1.HeaderClassName
{
color: #A0ECDC;
}
.AnyTagClassName
{
color: #A0ECDC;
}
</style>
background-color css
<style>
a { background-color: #A0ECDC; }
a { background-color: rgb(160,236,220); }
div.DivClassName
{
background-color: #A0ECDC;
}
.BgClassName
{
background-color: #A0ECDC;
}
</style>
border-color css
<style>
span { border-color: #A0ECDC; }
span { border-color: rgb(160,236,220); }
td.TdClassName
{
border-color: #A0ECDC;
}
.TagClassName
{
border-color: #A0ECDC;
}
</style>