Shades of Ice Cold #A0ECDF
Tints of Ice Cold #A0ECDF
RGB
CMYK
RGB Variations
Color information
#A0ECDF (or 0xA0ECDF) is known color: Ice Cold. HEX triplet: A0, EC and DF. RGB value is (160,236,223). Sum of RGB (Red+Green+Blue) = 160+236+223=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDF is #5F1320. Grayscale: #D3D3D3. Windows color (decimal): -6230817 or 14675104. OLE color: 14675104.
HSL color Cylindrical-coordinate representation of color #A0ECDF: hue angle of 169.74º 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 #A0ECDF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 223 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.07 |
| HSL | 169.74º | 0.67% | 0.78% | - |
| HSV(B) | 169.74º | 0.32% | 0.93% | - |
| XYZ | 57.81 | 72.79 | 80.82 | - |
| YUV | 211.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 223 | 0.32 | 0 | 0.06 | 0.07 | 169.74 | 0.67 | 0.78 |
| Hex | A0 | EC | DF | 20 | 0 | 6 | 7 | AA | 43 | 4E |
| Octal | 240 | 354 | 337 | 40 | 0 | 6 | 7 | 252 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11011111 | 100000 | 0 | 110 | 111 | 10101010 | 1000011 | 1001110 |
Color Harmonies of #A0ECDF
Complementary color
Monochromatic Colors of #A0ECDF
Black with #A0ECDF
Text Example
Text Example
White with #A0ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECDF; }
p { color: rgb(160,236,223); }
H1.HeaderClassName
{
color: #A0ECDF;
}
.AnyTagClassName
{
color: #A0ECDF;
}
</style>
background-color css
<style>
a { background-color: #A0ECDF; }
a { background-color: rgb(160,236,223); }
div.DivClassName
{
background-color: #A0ECDF;
}
.BgClassName
{
background-color: #A0ECDF;
}
</style>
border-color css
<style>
span { border-color: #A0ECDF; }
span { border-color: rgb(160,236,223); }
td.TdClassName
{
border-color: #A0ECDF;
}
.TagClassName
{
border-color: #A0ECDF;
}
</style>