Shades of Ice Cold #A0EEDA
Tints of Ice Cold #A0EEDA
RGB
CMYK
RGB Variations
Color information
#A0EEDA (or 0xA0EEDA) is known color: Ice Cold. HEX triplet: A0, EE and DA. RGB value is (160,238,218). Sum of RGB (Red+Green+Blue) = 160+238+218=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEDA is #5F1125. Grayscale: #D4D4D4. Windows color (decimal): -6230310 or 14347936. OLE color: 14347936.
HSL color Cylindrical-coordinate representation of color #A0EEDA: hue angle of 164.62º 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 #A0EEDA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 218 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.07 |
| HSL | 164.62º | 0.7% | 0.78% | - |
| HSV(B) | 164.62º | 0.33% | 0.93% | - |
| XYZ | 57.73 | 73.68 | 77.51 | - |
| YUV | 212.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 218 | 0.33 | 0 | 0.08 | 0.07 | 164.62 | 0.7 | 0.78 |
| Hex | A0 | EE | DA | 21 | 0 | 8 | 7 | A5 | 46 | 4E |
| Octal | 240 | 356 | 332 | 41 | 0 | 10 | 7 | 245 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11011010 | 100001 | 0 | 1000 | 111 | 10100101 | 1000110 | 1001110 |
Color Harmonies of #A0EEDA
Complementary color
Monochromatic Colors of #A0EEDA
Black with #A0EEDA
Text Example
Text Example
White with #A0EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEDA; }
p { color: rgb(160,238,218); }
H1.HeaderClassName
{
color: #A0EEDA;
}
.AnyTagClassName
{
color: #A0EEDA;
}
</style>
background-color css
<style>
a { background-color: #A0EEDA; }
a { background-color: rgb(160,238,218); }
div.DivClassName
{
background-color: #A0EEDA;
}
.BgClassName
{
background-color: #A0EEDA;
}
</style>
border-color css
<style>
span { border-color: #A0EEDA; }
span { border-color: rgb(160,238,218); }
td.TdClassName
{
border-color: #A0EEDA;
}
.TagClassName
{
border-color: #A0EEDA;
}
</style>