Shades of Ice Cold #A0ECDE
Tints of Ice Cold #A0ECDE
RGB
CMYK
RGB Variations
Color information
#A0ECDE (or 0xA0ECDE) is known color: Ice Cold. HEX triplet: A0, EC and DE. RGB value is (160,236,222). Sum of RGB (Red+Green+Blue) = 160+236+222=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDE is #5F1321. Grayscale: #D3D3D3. Windows color (decimal): -6230818 or 14609568. OLE color: 14609568.
HSL color Cylindrical-coordinate representation of color #A0ECDE: hue angle of 168.95º 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 #A0ECDE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 222 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.07 |
| HSL | 168.95º | 0.67% | 0.78% | - |
| HSV(B) | 168.95º | 0.32% | 0.93% | - |
| XYZ | 57.68 | 72.74 | 80.11 | - |
| YUV | 211.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 222 | 0.32 | 0 | 0.06 | 0.07 | 168.95 | 0.67 | 0.78 |
| Hex | A0 | EC | DE | 20 | 0 | 6 | 7 | A9 | 43 | 4E |
| Octal | 240 | 354 | 336 | 40 | 0 | 6 | 7 | 251 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11011110 | 100000 | 0 | 110 | 111 | 10101001 | 1000011 | 1001110 |
Color Harmonies of #A0ECDE
Complementary color
Monochromatic Colors of #A0ECDE
Black with #A0ECDE
Text Example
Text Example
White with #A0ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECDE; }
p { color: rgb(160,236,222); }
H1.HeaderClassName
{
color: #A0ECDE;
}
.AnyTagClassName
{
color: #A0ECDE;
}
</style>
background-color css
<style>
a { background-color: #A0ECDE; }
a { background-color: rgb(160,236,222); }
div.DivClassName
{
background-color: #A0ECDE;
}
.BgClassName
{
background-color: #A0ECDE;
}
</style>
border-color css
<style>
span { border-color: #A0ECDE; }
span { border-color: rgb(160,236,222); }
td.TdClassName
{
border-color: #A0ECDE;
}
.TagClassName
{
border-color: #A0ECDE;
}
</style>