Shades of Ice Cold #A0E8DB
Tints of Ice Cold #A0E8DB
RGB
CMYK
RGB Variations
Color information
#A0E8DB (or 0xA0E8DB) is known color: Ice Cold. HEX triplet: A0, E8 and DB. RGB value is (160,232,219). Sum of RGB (Red+Green+Blue) = 160+232+219=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8DB is #5F1724. Grayscale: #D0D0D0. Windows color (decimal): -6231845 or 14411936. OLE color: 14411936.
HSL color Cylindrical-coordinate representation of color #A0E8DB: hue angle of 169.17º degrees, saturation: 0.61, 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 #A0E8DB is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 219 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.09 |
| HSL | 169.17º | 0.61% | 0.77% | - |
| HSV(B) | 169.17º | 0.31% | 0.91% | - |
| XYZ | 56.14 | 70.3 | 77.63 | - |
| YUV | 208.99 | 133.65 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 219 | 0.31 | 0 | 0.06 | 0.09 | 169.17 | 0.61 | 0.77 |
| Hex | A0 | E8 | DB | 1F | 0 | 6 | 9 | A9 | 3D | 4D |
| Octal | 240 | 350 | 333 | 37 | 0 | 6 | 11 | 251 | 75 | 115 |
| Binary | 10100000 | 11101000 | 11011011 | 11111 | 0 | 110 | 1001 | 10101001 | 111101 | 1001101 |
Color Harmonies of #A0E8DB
Complementary color
Monochromatic Colors of #A0E8DB
Black with #A0E8DB
Text Example
Text Example
White with #A0E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8DB; }
p { color: rgb(160,232,219); }
H1.HeaderClassName
{
color: #A0E8DB;
}
.AnyTagClassName
{
color: #A0E8DB;
}
</style>
background-color css
<style>
a { background-color: #A0E8DB; }
a { background-color: rgb(160,232,219); }
div.DivClassName
{
background-color: #A0E8DB;
}
.BgClassName
{
background-color: #A0E8DB;
}
</style>
border-color css
<style>
span { border-color: #A0E8DB; }
span { border-color: rgb(160,232,219); }
td.TdClassName
{
border-color: #A0E8DB;
}
.TagClassName
{
border-color: #A0E8DB;
}
</style>