Shades of Ice Cold #A1EFDD
Tints of Ice Cold #A1EFDD
RGB
CMYK
RGB Variations
Color information
#A1EFDD (or 0xA1EFDD) is known color: Ice Cold. HEX triplet: A1, EF and DD. RGB value is (161,239,221). Sum of RGB (Red+Green+Blue) = 161+239+221=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFDD is #5E1022. Grayscale: #D5D5D5. Windows color (decimal): -6164515 or 14544801. OLE color: 14544801.
HSL color Cylindrical-coordinate representation of color #A1EFDD: hue angle of 166.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFDD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 221 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.06 |
| HSL | 166.15º | 0.71% | 0.78% | - |
| HSV(B) | 166.15º | 0.33% | 0.94% | - |
| XYZ | 58.62 | 74.53 | 79.7 | - |
| YUV | 213.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 221 | 0.33 | 0 | 0.08 | 0.06 | 166.15 | 0.71 | 0.78 |
| Hex | A1 | EF | DD | 21 | 0 | 8 | 6 | A6 | 47 | 4E |
| Octal | 241 | 357 | 335 | 41 | 0 | 10 | 6 | 246 | 107 | 116 |
| Binary | 10100001 | 11101111 | 11011101 | 100001 | 0 | 1000 | 110 | 10100110 | 1000111 | 1001110 |
Color Harmonies of #A1EFDD
Complementary color
Monochromatic Colors of #A1EFDD
Black with #A1EFDD
Text Example
Text Example
White with #A1EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFDD; }
p { color: rgb(161,239,221); }
H1.HeaderClassName
{
color: #A1EFDD;
}
.AnyTagClassName
{
color: #A1EFDD;
}
</style>
background-color css
<style>
a { background-color: #A1EFDD; }
a { background-color: rgb(161,239,221); }
div.DivClassName
{
background-color: #A1EFDD;
}
.BgClassName
{
background-color: #A1EFDD;
}
</style>
border-color css
<style>
span { border-color: #A1EFDD; }
span { border-color: rgb(161,239,221); }
td.TdClassName
{
border-color: #A1EFDD;
}
.TagClassName
{
border-color: #A1EFDD;
}
</style>