Shades of Ice Cold #A9DDCA
Tints of Ice Cold #A9DDCA
RGB
CMYK
RGB Variations
Color information
#A9DDCA (or 0xA9DDCA) is known color: Ice Cold. HEX triplet: A9, DD and CA. RGB value is (169,221,202). Sum of RGB (Red+Green+Blue) = 169+221+202=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDCA is #562235. Grayscale: #CBCBCB. Windows color (decimal): -5644854 or 13295017. OLE color: 13295017.
HSL color Cylindrical-coordinate representation of color #A9DDCA: hue angle of 158.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDCA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 202 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.13 |
| HSL | 158.08º | 0.43% | 0.76% | - |
| HSV(B) | 158.08º | 0.24% | 0.87% | - |
| XYZ | 52.88 | 64.41 | 65.52 | - |
| YUV | 203.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 202 | 0.24 | 0 | 0.09 | 0.13 | 158.08 | 0.43 | 0.76 |
| Hex | A9 | DD | CA | 18 | 0 | 9 | D | 9E | 2B | 4C |
| Octal | 251 | 335 | 312 | 30 | 0 | 11 | 15 | 236 | 53 | 114 |
| Binary | 10101001 | 11011101 | 11001010 | 11000 | 0 | 1001 | 1101 | 10011110 | 101011 | 1001100 |
Color Harmonies of #A9DDCA
Complementary color
Monochromatic Colors of #A9DDCA
Black with #A9DDCA
Text Example
Text Example
White with #A9DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDCA; }
p { color: rgb(169,221,202); }
H1.HeaderClassName
{
color: #A9DDCA;
}
.AnyTagClassName
{
color: #A9DDCA;
}
</style>
background-color css
<style>
a { background-color: #A9DDCA; }
a { background-color: rgb(169,221,202); }
div.DivClassName
{
background-color: #A9DDCA;
}
.BgClassName
{
background-color: #A9DDCA;
}
</style>
border-color css
<style>
span { border-color: #A9DDCA; }
span { border-color: rgb(169,221,202); }
td.TdClassName
{
border-color: #A9DDCA;
}
.TagClassName
{
border-color: #A9DDCA;
}
</style>