Shades of Ice Cold #A0E6D5
Tints of Ice Cold #A0E6D5
RGB
CMYK
RGB Variations
Color information
#A0E6D5 (or 0xA0E6D5) is known color: Ice Cold. HEX triplet: A0, E6 and D5. RGB value is (160,230,213). Sum of RGB (Red+Green+Blue) = 160+230+213=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E6D5 is #5F192A. Grayscale: #CFCFCF. Windows color (decimal): -6232363 or 14018208. OLE color: 14018208.
HSL color Cylindrical-coordinate representation of color #A0E6D5: hue angle of 165.43º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E6D5 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 213 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.10 |
| HSL | 165.43º | 0.58% | 0.76% | - |
| HSV(B) | 165.43º | 0.3% | 0.9% | - |
| XYZ | 54.8 | 68.87 | 73.36 | - |
| YUV | 207.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 213 | 0.30 | 0 | 0.07 | 0.10 | 165.43 | 0.58 | 0.76 |
| Hex | A0 | E6 | D5 | 1E | 0 | 7 | A | A5 | 3A | 4C |
| Octal | 240 | 346 | 325 | 36 | 0 | 7 | 12 | 245 | 72 | 114 |
| Binary | 10100000 | 11100110 | 11010101 | 11110 | 0 | 111 | 1010 | 10100101 | 111010 | 1001100 |
Color Harmonies of #A0E6D5
Complementary color
Monochromatic Colors of #A0E6D5
Black with #A0E6D5
Text Example
Text Example
White with #A0E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E6D5; }
p { color: rgb(160,230,213); }
H1.HeaderClassName
{
color: #A0E6D5;
}
.AnyTagClassName
{
color: #A0E6D5;
}
</style>
background-color css
<style>
a { background-color: #A0E6D5; }
a { background-color: rgb(160,230,213); }
div.DivClassName
{
background-color: #A0E6D5;
}
.BgClassName
{
background-color: #A0E6D5;
}
</style>
border-color css
<style>
span { border-color: #A0E6D5; }
span { border-color: rgb(160,230,213); }
td.TdClassName
{
border-color: #A0E6D5;
}
.TagClassName
{
border-color: #A0E6D5;
}
</style>