Shades of Ice Cold #A1E7DC
Tints of Ice Cold #A1E7DC
RGB
CMYK
RGB Variations
Color information
#A1E7DC (or 0xA1E7DC) is known color: Ice Cold. HEX triplet: A1, E7 and DC. RGB value is (161,231,220). Sum of RGB (Red+Green+Blue) = 161+231+220=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7DC is #5E1823. Grayscale: #D0D0D0. Windows color (decimal): -6166564 or 14477217. OLE color: 14477217.
HSL color Cylindrical-coordinate representation of color #A1E7DC: hue angle of 170.57º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7DC is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 220 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.09 |
| HSL | 170.57º | 0.59% | 0.77% | - |
| HSV(B) | 170.57º | 0.3% | 0.91% | - |
| XYZ | 56.19 | 69.9 | 78.24 | - |
| YUV | 208.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 220 | 0.30 | 0 | 0.05 | 0.09 | 170.57 | 0.59 | 0.77 |
| Hex | A1 | E7 | DC | 1E | 0 | 5 | 9 | AB | 3B | 4D |
| Octal | 241 | 347 | 334 | 36 | 0 | 5 | 11 | 253 | 73 | 115 |
| Binary | 10100001 | 11100111 | 11011100 | 11110 | 0 | 101 | 1001 | 10101011 | 111011 | 1001101 |
Color Harmonies of #A1E7DC
Complementary color
Monochromatic Colors of #A1E7DC
Black with #A1E7DC
Text Example
Text Example
White with #A1E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7DC; }
p { color: rgb(161,231,220); }
H1.HeaderClassName
{
color: #A1E7DC;
}
.AnyTagClassName
{
color: #A1E7DC;
}
</style>
background-color css
<style>
a { background-color: #A1E7DC; }
a { background-color: rgb(161,231,220); }
div.DivClassName
{
background-color: #A1E7DC;
}
.BgClassName
{
background-color: #A1E7DC;
}
</style>
border-color css
<style>
span { border-color: #A1E7DC; }
span { border-color: rgb(161,231,220); }
td.TdClassName
{
border-color: #A1E7DC;
}
.TagClassName
{
border-color: #A1E7DC;
}
</style>