Shades of Ice Cold #A9ECDC
Tints of Ice Cold #A9ECDC
RGB
CMYK
RGB Variations
Color information
#A9ECDC (or 0xA9ECDC) is known color: Ice Cold. HEX triplet: A9, EC and DC. RGB value is (169,236,220). Sum of RGB (Red+Green+Blue) = 169+236+220=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECDC is #561323. Grayscale: #D6D6D6. Windows color (decimal): -5640996 or 14478505. OLE color: 14478505.
HSL color Cylindrical-coordinate representation of color #A9ECDC: hue angle of 165.67º 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 #A9ECDC is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 220 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.07 |
| HSL | 165.67º | 0.64% | 0.79% | - |
| HSV(B) | 165.67º | 0.28% | 0.93% | - |
| XYZ | 59.28 | 73.59 | 78.79 | - |
| YUV | 214.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 220 | 0.28 | 0 | 0.07 | 0.07 | 165.67 | 0.64 | 0.79 |
| Hex | A9 | EC | DC | 1C | 0 | 7 | 7 | A6 | 40 | 4F |
| Octal | 251 | 354 | 334 | 34 | 0 | 7 | 7 | 246 | 100 | 117 |
| Binary | 10101001 | 11101100 | 11011100 | 11100 | 0 | 111 | 111 | 10100110 | 1000000 | 1001111 |
Color Harmonies of #A9ECDC
Complementary color
Monochromatic Colors of #A9ECDC
Black with #A9ECDC
Text Example
Text Example
White with #A9ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECDC; }
p { color: rgb(169,236,220); }
H1.HeaderClassName
{
color: #A9ECDC;
}
.AnyTagClassName
{
color: #A9ECDC;
}
</style>
background-color css
<style>
a { background-color: #A9ECDC; }
a { background-color: rgb(169,236,220); }
div.DivClassName
{
background-color: #A9ECDC;
}
.BgClassName
{
background-color: #A9ECDC;
}
</style>
border-color css
<style>
span { border-color: #A9ECDC; }
span { border-color: rgb(169,236,220); }
td.TdClassName
{
border-color: #A9ECDC;
}
.TagClassName
{
border-color: #A9ECDC;
}
</style>