Shades of Ice Cold #A0EFDB
Tints of Ice Cold #A0EFDB
RGB
CMYK
RGB Variations
Color information
#A0EFDB (or 0xA0EFDB) is known color: Ice Cold. HEX triplet: A0, EF and DB. RGB value is (160,239,219). Sum of RGB (Red+Green+Blue) = 160+239+219=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFDB is #5F1024. Grayscale: #D5D5D5. Windows color (decimal): -6230053 or 14413728. OLE color: 14413728.
HSL color Cylindrical-coordinate representation of color #A0EFDB: hue angle of 164.81º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFDB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 219 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.06 |
| HSL | 164.81º | 0.71% | 0.78% | - |
| HSV(B) | 164.81º | 0.33% | 0.94% | - |
| XYZ | 58.15 | 74.32 | 78.3 | - |
| YUV | 213.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 219 | 0.33 | 0 | 0.08 | 0.06 | 164.81 | 0.71 | 0.78 |
| Hex | A0 | EF | DB | 21 | 0 | 8 | 6 | A5 | 47 | 4E |
| Octal | 240 | 357 | 333 | 41 | 0 | 10 | 6 | 245 | 107 | 116 |
| Binary | 10100000 | 11101111 | 11011011 | 100001 | 0 | 1000 | 110 | 10100101 | 1000111 | 1001110 |
Color Harmonies of #A0EFDB
Complementary color
Monochromatic Colors of #A0EFDB
Black with #A0EFDB
Text Example
Text Example
White with #A0EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFDB; }
p { color: rgb(160,239,219); }
H1.HeaderClassName
{
color: #A0EFDB;
}
.AnyTagClassName
{
color: #A0EFDB;
}
</style>
background-color css
<style>
a { background-color: #A0EFDB; }
a { background-color: rgb(160,239,219); }
div.DivClassName
{
background-color: #A0EFDB;
}
.BgClassName
{
background-color: #A0EFDB;
}
</style>
border-color css
<style>
span { border-color: #A0EFDB; }
span { border-color: rgb(160,239,219); }
td.TdClassName
{
border-color: #A0EFDB;
}
.TagClassName
{
border-color: #A0EFDB;
}
</style>