Shades of Ice Cold #A1E5DD
Tints of Ice Cold #A1E5DD
RGB
CMYK
RGB Variations
Color information
#A1E5DD (or 0xA1E5DD) is known color: Ice Cold. HEX triplet: A1, E5 and DD. RGB value is (161,229,221). Sum of RGB (Red+Green+Blue) = 161+229+221=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5DD is #5E1A22. Grayscale: #CFCFCF. Windows color (decimal): -6167075 or 14542241. OLE color: 14542241.
HSL color Cylindrical-coordinate representation of color #A1E5DD: hue angle of 172.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5DD is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 221 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.10 |
| HSL | 172.94º | 0.57% | 0.76% | - |
| HSV(B) | 172.94º | 0.3% | 0.9% | - |
| XYZ | 55.77 | 68.84 | 78.75 | - |
| YUV | 207.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 221 | 0.30 | 0 | 0.03 | 0.10 | 172.94 | 0.57 | 0.76 |
| Hex | A1 | E5 | DD | 1E | 0 | 3 | A | AD | 39 | 4C |
| Octal | 241 | 345 | 335 | 36 | 0 | 3 | 12 | 255 | 71 | 114 |
| Binary | 10100001 | 11100101 | 11011101 | 11110 | 0 | 11 | 1010 | 10101101 | 111001 | 1001100 |
Color Harmonies of #A1E5DD
Complementary color
Monochromatic Colors of #A1E5DD
Black with #A1E5DD
Text Example
Text Example
White with #A1E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5DD; }
p { color: rgb(161,229,221); }
H1.HeaderClassName
{
color: #A1E5DD;
}
.AnyTagClassName
{
color: #A1E5DD;
}
</style>
background-color css
<style>
a { background-color: #A1E5DD; }
a { background-color: rgb(161,229,221); }
div.DivClassName
{
background-color: #A1E5DD;
}
.BgClassName
{
background-color: #A1E5DD;
}
</style>
border-color css
<style>
span { border-color: #A1E5DD; }
span { border-color: rgb(161,229,221); }
td.TdClassName
{
border-color: #A1E5DD;
}
.TagClassName
{
border-color: #A1E5DD;
}
</style>