Shades of Ice Cold #A0EED9
Tints of Ice Cold #A0EED9
RGB
CMYK
RGB Variations
Color information
#A0EED9 (or 0xA0EED9) is known color: Ice Cold. HEX triplet: A0, EE and D9. RGB value is (160,238,217). Sum of RGB (Red+Green+Blue) = 160+238+217=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EED9 is #5F1126. Grayscale: #D4D4D4. Windows color (decimal): -6230311 or 14282400. OLE color: 14282400.
HSL color Cylindrical-coordinate representation of color #A0EED9: hue angle of 163.85º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EED9 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 217 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.07 |
| HSL | 163.85º | 0.7% | 0.78% | - |
| HSV(B) | 163.85º | 0.33% | 0.93% | - |
| XYZ | 57.6 | 73.63 | 76.82 | - |
| YUV | 212.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 217 | 0.33 | 0 | 0.09 | 0.07 | 163.85 | 0.7 | 0.78 |
| Hex | A0 | EE | D9 | 21 | 0 | 9 | 7 | A4 | 46 | 4E |
| Octal | 240 | 356 | 331 | 41 | 0 | 11 | 7 | 244 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11011001 | 100001 | 0 | 1001 | 111 | 10100100 | 1000110 | 1001110 |
Color Harmonies of #A0EED9
Complementary color
Monochromatic Colors of #A0EED9
Black with #A0EED9
Text Example
Text Example
White with #A0EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EED9; }
p { color: rgb(160,238,217); }
H1.HeaderClassName
{
color: #A0EED9;
}
.AnyTagClassName
{
color: #A0EED9;
}
</style>
background-color css
<style>
a { background-color: #A0EED9; }
a { background-color: rgb(160,238,217); }
div.DivClassName
{
background-color: #A0EED9;
}
.BgClassName
{
background-color: #A0EED9;
}
</style>
border-color css
<style>
span { border-color: #A0EED9; }
span { border-color: rgb(160,238,217); }
td.TdClassName
{
border-color: #A0EED9;
}
.TagClassName
{
border-color: #A0EED9;
}
</style>