Shades of Ice Cold #A0EDDC
Tints of Ice Cold #A0EDDC
RGB
CMYK
RGB Variations
Color information
#A0EDDC (or 0xA0EDDC) is known color: Ice Cold. HEX triplet: A0, ED and DC. RGB value is (160,237,220). Sum of RGB (Red+Green+Blue) = 160+237+220=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #A0EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EDDC is #5F1223. Grayscale: #D4D4D4. Windows color (decimal): -6230564 or 14478752. OLE color: 14478752.
HSL color Cylindrical-coordinate representation of color #A0EDDC: hue angle of 166.75º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EDDC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 220 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.07 |
| HSL | 166.75º | 0.68% | 0.78% | - |
| HSV(B) | 166.75º | 0.32% | 0.93% | - |
| XYZ | 57.7 | 73.21 | 78.8 | - |
| YUV | 212.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 220 | 0.32 | 0 | 0.07 | 0.07 | 166.75 | 0.68 | 0.78 |
| Hex | A0 | ED | DC | 20 | 0 | 7 | 7 | A7 | 44 | 4E |
| Octal | 240 | 355 | 334 | 40 | 0 | 7 | 7 | 247 | 104 | 116 |
| Binary | 10100000 | 11101101 | 11011100 | 100000 | 0 | 111 | 111 | 10100111 | 1000100 | 1001110 |
Color Harmonies of #A0EDDC
Complementary color
Monochromatic Colors of #A0EDDC
Black with #A0EDDC
Text Example
Text Example
White with #A0EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EDDC; }
p { color: rgb(160,237,220); }
H1.HeaderClassName
{
color: #A0EDDC;
}
.AnyTagClassName
{
color: #A0EDDC;
}
</style>
background-color css
<style>
a { background-color: #A0EDDC; }
a { background-color: rgb(160,237,220); }
div.DivClassName
{
background-color: #A0EDDC;
}
.BgClassName
{
background-color: #A0EDDC;
}
</style>
border-color css
<style>
span { border-color: #A0EDDC; }
span { border-color: rgb(160,237,220); }
td.TdClassName
{
border-color: #A0EDDC;
}
.TagClassName
{
border-color: #A0EDDC;
}
</style>