Shades of Ice Cold #A0EBDC
Tints of Ice Cold #A0EBDC
RGB
CMYK
RGB Variations
Color information
#A0EBDC (or 0xA0EBDC) is known color: Ice Cold. HEX triplet: A0, EB and DC. RGB value is (160,235,220). Sum of RGB (Red+Green+Blue) = 160+235+220=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBDC is #5F1423. Grayscale: #D2D2D2. Windows color (decimal): -6231076 or 14478240. OLE color: 14478240.
HSL color Cylindrical-coordinate representation of color #A0EBDC: hue angle of 168º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBDC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 220 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.08 |
| HSL | 168º | 0.65% | 0.77% | - |
| HSV(B) | 168º | 0.32% | 0.92% | - |
| XYZ | 57.12 | 72.06 | 78.61 | - |
| YUV | 210.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 220 | 0.32 | 0 | 0.06 | 0.08 | 168 | 0.65 | 0.77 |
| Hex | A0 | EB | DC | 20 | 0 | 6 | 8 | A8 | 41 | 4D |
| Octal | 240 | 353 | 334 | 40 | 0 | 6 | 10 | 250 | 101 | 115 |
| Binary | 10100000 | 11101011 | 11011100 | 100000 | 0 | 110 | 1000 | 10101000 | 1000001 | 1001101 |
Color Harmonies of #A0EBDC
Complementary color
Monochromatic Colors of #A0EBDC
Black with #A0EBDC
Text Example
Text Example
White with #A0EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBDC; }
p { color: rgb(160,235,220); }
H1.HeaderClassName
{
color: #A0EBDC;
}
.AnyTagClassName
{
color: #A0EBDC;
}
</style>
background-color css
<style>
a { background-color: #A0EBDC; }
a { background-color: rgb(160,235,220); }
div.DivClassName
{
background-color: #A0EBDC;
}
.BgClassName
{
background-color: #A0EBDC;
}
</style>
border-color css
<style>
span { border-color: #A0EBDC; }
span { border-color: rgb(160,235,220); }
td.TdClassName
{
border-color: #A0EBDC;
}
.TagClassName
{
border-color: #A0EBDC;
}
</style>