Shades of Ice Cold #A0E9DD
Tints of Ice Cold #A0E9DD
RGB
CMYK
RGB Variations
Color information
#A0E9DD (or 0xA0E9DD) is known color: Ice Cold. HEX triplet: A0, E9 and DD. RGB value is (160,233,221). Sum of RGB (Red+Green+Blue) = 160+233+221=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9DD is #5F1622. Grayscale: #D1D1D1. Windows color (decimal): -6231587 or 14543264. OLE color: 14543264.
HSL color Cylindrical-coordinate representation of color #A0E9DD: hue angle of 170.14º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9DD is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 221 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.09 |
| HSL | 170.14º | 0.62% | 0.77% | - |
| HSV(B) | 170.14º | 0.31% | 0.91% | - |
| XYZ | 56.69 | 70.97 | 79.12 | - |
| YUV | 209.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 221 | 0.31 | 0 | 0.05 | 0.09 | 170.14 | 0.62 | 0.77 |
| Hex | A0 | E9 | DD | 1F | 0 | 5 | 9 | AA | 3E | 4D |
| Octal | 240 | 351 | 335 | 37 | 0 | 5 | 11 | 252 | 76 | 115 |
| Binary | 10100000 | 11101001 | 11011101 | 11111 | 0 | 101 | 1001 | 10101010 | 111110 | 1001101 |
Color Harmonies of #A0E9DD
Complementary color
Monochromatic Colors of #A0E9DD
Black with #A0E9DD
Text Example
Text Example
White with #A0E9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9DD; }
p { color: rgb(160,233,221); }
H1.HeaderClassName
{
color: #A0E9DD;
}
.AnyTagClassName
{
color: #A0E9DD;
}
</style>
background-color css
<style>
a { background-color: #A0E9DD; }
a { background-color: rgb(160,233,221); }
div.DivClassName
{
background-color: #A0E9DD;
}
.BgClassName
{
background-color: #A0E9DD;
}
</style>
border-color css
<style>
span { border-color: #A0E9DD; }
span { border-color: rgb(160,233,221); }
td.TdClassName
{
border-color: #A0E9DD;
}
.TagClassName
{
border-color: #A0E9DD;
}
</style>