Shades of Ice Cold #A0ECDA
Tints of Ice Cold #A0ECDA
RGB
CMYK
RGB Variations
Color information
#A0ECDA (or 0xA0ECDA) is known color: Ice Cold. HEX triplet: A0, EC and DA. RGB value is (160,236,218). Sum of RGB (Red+Green+Blue) = 160+236+218=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDA is #5F1325. Grayscale: #D3D3D3. Windows color (decimal): -6230822 or 14347424. OLE color: 14347424.
HSL color Cylindrical-coordinate representation of color #A0ECDA: hue angle of 165.79º 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 #A0ECDA is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 218 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.07 |
| HSL | 165.79º | 0.67% | 0.78% | - |
| HSV(B) | 165.79º | 0.32% | 0.93% | - |
| XYZ | 57.15 | 72.53 | 77.32 | - |
| YUV | 211.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 218 | 0.32 | 0 | 0.08 | 0.07 | 165.79 | 0.67 | 0.78 |
| Hex | A0 | EC | DA | 20 | 0 | 8 | 7 | A6 | 43 | 4E |
| Octal | 240 | 354 | 332 | 40 | 0 | 10 | 7 | 246 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11011010 | 100000 | 0 | 1000 | 111 | 10100110 | 1000011 | 1001110 |
Color Harmonies of #A0ECDA
Complementary color
Monochromatic Colors of #A0ECDA
Black with #A0ECDA
Text Example
Text Example
White with #A0ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECDA; }
p { color: rgb(160,236,218); }
H1.HeaderClassName
{
color: #A0ECDA;
}
.AnyTagClassName
{
color: #A0ECDA;
}
</style>
background-color css
<style>
a { background-color: #A0ECDA; }
a { background-color: rgb(160,236,218); }
div.DivClassName
{
background-color: #A0ECDA;
}
.BgClassName
{
background-color: #A0ECDA;
}
</style>
border-color css
<style>
span { border-color: #A0ECDA; }
span { border-color: rgb(160,236,218); }
td.TdClassName
{
border-color: #A0ECDA;
}
.TagClassName
{
border-color: #A0ECDA;
}
</style>