Shades of Ice Cold #A0E0CC
Tints of Ice Cold #A0E0CC
RGB
CMYK
RGB Variations
Color information
#A0E0CC (or 0xA0E0CC) is known color: Ice Cold. HEX triplet: A0, E0 and CC. RGB value is (160,224,204). Sum of RGB (Red+Green+Blue) = 160+224+204=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E0CC is #5F1F33. Grayscale: #CACACA. Windows color (decimal): -6233908 or 13426848. OLE color: 13426848.
HSL color Cylindrical-coordinate representation of color #A0E0CC: hue angle of 161.25º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E0CC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 204 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.12 |
| HSL | 161.25º | 0.51% | 0.75% | - |
| HSV(B) | 161.25º | 0.29% | 0.88% | - |
| XYZ | 52.05 | 65.14 | 66.96 | - |
| YUV | 202.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 204 | 0.29 | 0 | 0.09 | 0.12 | 161.25 | 0.51 | 0.75 |
| Hex | A0 | E0 | CC | 1D | 0 | 9 | C | A1 | 33 | 4B |
| Octal | 240 | 340 | 314 | 35 | 0 | 11 | 14 | 241 | 63 | 113 |
| Binary | 10100000 | 11100000 | 11001100 | 11101 | 0 | 1001 | 1100 | 10100001 | 110011 | 1001011 |
Color Harmonies of #A0E0CC
Complementary color
Monochromatic Colors of #A0E0CC
Black with #A0E0CC
Text Example
Text Example
White with #A0E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0CC; }
p { color: rgb(160,224,204); }
H1.HeaderClassName
{
color: #A0E0CC;
}
.AnyTagClassName
{
color: #A0E0CC;
}
</style>
background-color css
<style>
a { background-color: #A0E0CC; }
a { background-color: rgb(160,224,204); }
div.DivClassName
{
background-color: #A0E0CC;
}
.BgClassName
{
background-color: #A0E0CC;
}
</style>
border-color css
<style>
span { border-color: #A0E0CC; }
span { border-color: rgb(160,224,204); }
td.TdClassName
{
border-color: #A0E0CC;
}
.TagClassName
{
border-color: #A0E0CC;
}
</style>