Shades of Ice Cold #A1E5DE
Tints of Ice Cold #A1E5DE
RGB
CMYK
RGB Variations
Color information
#A1E5DE (or 0xA1E5DE) is known color: Ice Cold. HEX triplet: A1, E5 and DE. RGB value is (161,229,222). Sum of RGB (Red+Green+Blue) = 161+229+222=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5DE is #5E1A21. Grayscale: #CFCFCF. Windows color (decimal): -6167074 or 14607777. OLE color: 14607777.
HSL color Cylindrical-coordinate representation of color #A1E5DE: hue angle of 173.82º 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 #A1E5DE is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 222 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.10 |
| HSL | 173.82º | 0.57% | 0.76% | - |
| HSV(B) | 173.82º | 0.3% | 0.9% | - |
| XYZ | 55.9 | 68.89 | 79.46 | - |
| YUV | 207.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 222 | 0.30 | 0 | 0.03 | 0.10 | 173.82 | 0.57 | 0.76 |
| Hex | A1 | E5 | DE | 1E | 0 | 3 | A | AE | 39 | 4C |
| Octal | 241 | 345 | 336 | 36 | 0 | 3 | 12 | 256 | 71 | 114 |
| Binary | 10100001 | 11100101 | 11011110 | 11110 | 0 | 11 | 1010 | 10101110 | 111001 | 1001100 |
Color Harmonies of #A1E5DE
Complementary color
Monochromatic Colors of #A1E5DE
Black with #A1E5DE
Text Example
Text Example
White with #A1E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5DE; }
p { color: rgb(161,229,222); }
H1.HeaderClassName
{
color: #A1E5DE;
}
.AnyTagClassName
{
color: #A1E5DE;
}
</style>
background-color css
<style>
a { background-color: #A1E5DE; }
a { background-color: rgb(161,229,222); }
div.DivClassName
{
background-color: #A1E5DE;
}
.BgClassName
{
background-color: #A1E5DE;
}
</style>
border-color css
<style>
span { border-color: #A1E5DE; }
span { border-color: rgb(161,229,222); }
td.TdClassName
{
border-color: #A1E5DE;
}
.TagClassName
{
border-color: #A1E5DE;
}
</style>