Shades of Ice Cold #A1E7D3
Tints of Ice Cold #A1E7D3
RGB
CMYK
RGB Variations
Color information
#A1E7D3 (or 0xA1E7D3) is known color: Ice Cold. HEX triplet: A1, E7 and D3. RGB value is (161,231,211). Sum of RGB (Red+Green+Blue) = 161+231+211=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7D3 is #5E182C. Grayscale: #CFCFCF. Windows color (decimal): -6166573 or 13887393. OLE color: 13887393.
HSL color Cylindrical-coordinate representation of color #A1E7D3: hue angle of 162.86º 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 #A1E7D3 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 211 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.09 |
| HSL | 162.86º | 0.59% | 0.77% | - |
| HSV(B) | 162.86º | 0.3% | 0.91% | - |
| XYZ | 55.03 | 69.43 | 72.13 | - |
| YUV | 207.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 211 | 0.30 | 0 | 0.09 | 0.09 | 162.86 | 0.59 | 0.77 |
| Hex | A1 | E7 | D3 | 1E | 0 | 9 | 9 | A3 | 3B | 4D |
| Octal | 241 | 347 | 323 | 36 | 0 | 11 | 11 | 243 | 73 | 115 |
| Binary | 10100001 | 11100111 | 11010011 | 11110 | 0 | 1001 | 1001 | 10100011 | 111011 | 1001101 |
Color Harmonies of #A1E7D3
Complementary color
Monochromatic Colors of #A1E7D3
Black with #A1E7D3
Text Example
Text Example
White with #A1E7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7D3; }
p { color: rgb(161,231,211); }
H1.HeaderClassName
{
color: #A1E7D3;
}
.AnyTagClassName
{
color: #A1E7D3;
}
</style>
background-color css
<style>
a { background-color: #A1E7D3; }
a { background-color: rgb(161,231,211); }
div.DivClassName
{
background-color: #A1E7D3;
}
.BgClassName
{
background-color: #A1E7D3;
}
</style>
border-color css
<style>
span { border-color: #A1E7D3; }
span { border-color: rgb(161,231,211); }
td.TdClassName
{
border-color: #A1E7D3;
}
.TagClassName
{
border-color: #A1E7D3;
}
</style>