Shades of Ice Cold #A0E5D3
Tints of Ice Cold #A0E5D3
RGB
CMYK
RGB Variations
Color information
#A0E5D3 (or 0xA0E5D3) is known color: Ice Cold. HEX triplet: A0, E5 and D3. RGB value is (160,229,211). Sum of RGB (Red+Green+Blue) = 160+229+211=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E5D3 is #5F1A2C. Grayscale: #CECECE. Windows color (decimal): -6232621 or 13886880. OLE color: 13886880.
HSL color Cylindrical-coordinate representation of color #A0E5D3: hue angle of 164.35º degrees, saturation: 0.57, 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 #A0E5D3 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 229 | 211 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.10 |
| HSL | 164.35º | 0.57% | 0.76% | - |
| HSV(B) | 164.35º | 0.3% | 0.9% | - |
| XYZ | 54.27 | 68.22 | 71.93 | - |
| YUV | 206.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 229 | 211 | 0.30 | 0 | 0.08 | 0.10 | 164.35 | 0.57 | 0.76 |
| Hex | A0 | E5 | D3 | 1E | 0 | 8 | A | A4 | 39 | 4C |
| Octal | 240 | 345 | 323 | 36 | 0 | 10 | 12 | 244 | 71 | 114 |
| Binary | 10100000 | 11100101 | 11010011 | 11110 | 0 | 1000 | 1010 | 10100100 | 111001 | 1001100 |
Color Harmonies of #A0E5D3
Complementary color
Monochromatic Colors of #A0E5D3
Black with #A0E5D3
Text Example
Text Example
White with #A0E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E5D3; }
p { color: rgb(160,229,211); }
H1.HeaderClassName
{
color: #A0E5D3;
}
.AnyTagClassName
{
color: #A0E5D3;
}
</style>
background-color css
<style>
a { background-color: #A0E5D3; }
a { background-color: rgb(160,229,211); }
div.DivClassName
{
background-color: #A0E5D3;
}
.BgClassName
{
background-color: #A0E5D3;
}
</style>
border-color css
<style>
span { border-color: #A0E5D3; }
span { border-color: rgb(160,229,211); }
td.TdClassName
{
border-color: #A0E5D3;
}
.TagClassName
{
border-color: #A0E5D3;
}
</style>