Shades of Ice Cold #A1E6DD
Tints of Ice Cold #A1E6DD
RGB
CMYK
RGB Variations
Color information
#A1E6DD (or 0xA1E6DD) is known color: Ice Cold. HEX triplet: A1, E6 and DD. RGB value is (161,230,221). Sum of RGB (Red+Green+Blue) = 161+230+221=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E6DD is #5E1922. Grayscale: #D0D0D0. Windows color (decimal): -6166819 or 14542497. OLE color: 14542497.
HSL color Cylindrical-coordinate representation of color #A1E6DD: hue angle of 172.17º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6DD is Cyan = 0.3, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 221 | - |
| CMYK | 0.3 | 0 | 0.04 | 0.10 |
| HSL | 172.17º | 0.58% | 0.77% | - |
| HSV(B) | 172.17º | 0.3% | 0.9% | - |
| XYZ | 56.05 | 69.39 | 78.85 | - |
| YUV | 208.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 221 | 0.3 | 0 | 0.04 | 0.10 | 172.17 | 0.58 | 0.77 |
| Hex | A1 | E6 | DD | 1E | 0 | 4 | A | AC | 3A | 4D |
| Octal | 241 | 346 | 335 | 36 | 0 | 4 | 12 | 254 | 72 | 115 |
| Binary | 10100001 | 11100110 | 11011101 | 11110 | 0 | 100 | 1010 | 10101100 | 111010 | 1001101 |
Color Harmonies of #A1E6DD
Complementary color
Monochromatic Colors of #A1E6DD
Black with #A1E6DD
Text Example
Text Example
White with #A1E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6DD; }
p { color: rgb(161,230,221); }
H1.HeaderClassName
{
color: #A1E6DD;
}
.AnyTagClassName
{
color: #A1E6DD;
}
</style>
background-color css
<style>
a { background-color: #A1E6DD; }
a { background-color: rgb(161,230,221); }
div.DivClassName
{
background-color: #A1E6DD;
}
.BgClassName
{
background-color: #A1E6DD;
}
</style>
border-color css
<style>
span { border-color: #A1E6DD; }
span { border-color: rgb(161,230,221); }
td.TdClassName
{
border-color: #A1E6DD;
}
.TagClassName
{
border-color: #A1E6DD;
}
</style>