Shades of Ice Cold #A9ECDD
Tints of Ice Cold #A9ECDD
RGB
CMYK
RGB Variations
Color information
#A9ECDD (or 0xA9ECDD) is known color: Ice Cold. HEX triplet: A9, EC and DD. RGB value is (169,236,221). Sum of RGB (Red+Green+Blue) = 169+236+221=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECDD is #561322. Grayscale: #D6D6D6. Windows color (decimal): -5640995 or 14544041. OLE color: 14544041.
HSL color Cylindrical-coordinate representation of color #A9ECDD: hue angle of 166.57º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECDD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 221 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.07 |
| HSL | 166.57º | 0.64% | 0.79% | - |
| HSV(B) | 166.57º | 0.28% | 0.93% | - |
| XYZ | 59.41 | 73.65 | 79.49 | - |
| YUV | 214.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 221 | 0.28 | 0 | 0.06 | 0.07 | 166.57 | 0.64 | 0.79 |
| Hex | A9 | EC | DD | 1C | 0 | 6 | 7 | A7 | 40 | 4F |
| Octal | 251 | 354 | 335 | 34 | 0 | 6 | 7 | 247 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11011101 | 11100 | 0 | 110 | 111 | 10100111 | 1000000 | 1001111 |
Color Harmonies of #A9ECDD
Complementary color
Monochromatic Colors of #A9ECDD
Black with #A9ECDD
Text Example
Text Example
White with #A9ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECDD; }
p { color: rgb(169,236,221); }
H1.HeaderClassName
{
color: #A9ECDD;
}
.AnyTagClassName
{
color: #A9ECDD;
}
</style>
background-color css
<style>
a { background-color: #A9ECDD; }
a { background-color: rgb(169,236,221); }
div.DivClassName
{
background-color: #A9ECDD;
}
.BgClassName
{
background-color: #A9ECDD;
}
</style>
border-color css
<style>
span { border-color: #A9ECDD; }
span { border-color: rgb(169,236,221); }
td.TdClassName
{
border-color: #A9ECDD;
}
.TagClassName
{
border-color: #A9ECDD;
}
</style>