Shades of Ice Cold #A1ECDD
Tints of Ice Cold #A1ECDD
RGB
CMYK
RGB Variations
Color information
#A1ECDD (or 0xA1ECDD) is known color: Ice Cold. HEX triplet: A1, EC and DD. RGB value is (161,236,221). Sum of RGB (Red+Green+Blue) = 161+236+221=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECDD is #5E1322. Grayscale: #D3D3D3. Windows color (decimal): -6165283 or 14544033. OLE color: 14544033.
HSL color Cylindrical-coordinate representation of color #A1ECDD: hue angle of 168º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECDD is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 221 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.07 |
| HSL | 168º | 0.66% | 0.78% | - |
| HSV(B) | 168º | 0.32% | 0.93% | - |
| XYZ | 57.74 | 72.79 | 79.41 | - |
| YUV | 211.87 | 133.15 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 221 | 0.32 | 0 | 0.06 | 0.07 | 168 | 0.66 | 0.78 |
| Hex | A1 | EC | DD | 20 | 0 | 6 | 7 | A8 | 42 | 4E |
| Octal | 241 | 354 | 335 | 40 | 0 | 6 | 7 | 250 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11011101 | 100000 | 0 | 110 | 111 | 10101000 | 1000010 | 1001110 |
Color Harmonies of #A1ECDD
Complementary color
Monochromatic Colors of #A1ECDD
Black with #A1ECDD
Text Example
Text Example
White with #A1ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECDD; }
p { color: rgb(161,236,221); }
H1.HeaderClassName
{
color: #A1ECDD;
}
.AnyTagClassName
{
color: #A1ECDD;
}
</style>
background-color css
<style>
a { background-color: #A1ECDD; }
a { background-color: rgb(161,236,221); }
div.DivClassName
{
background-color: #A1ECDD;
}
.BgClassName
{
background-color: #A1ECDD;
}
</style>
border-color css
<style>
span { border-color: #A1ECDD; }
span { border-color: rgb(161,236,221); }
td.TdClassName
{
border-color: #A1ECDD;
}
.TagClassName
{
border-color: #A1ECDD;
}
</style>