Shades of Ice Cold #A9DECD
Tints of Ice Cold #A9DECD
RGB
CMYK
RGB Variations
Color information
#A9DECD (or 0xA9DECD) is known color: Ice Cold. HEX triplet: A9, DE and CD. RGB value is (169,222,205). Sum of RGB (Red+Green+Blue) = 169+222+205=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DECD is #562132. Grayscale: #CCCCCC. Windows color (decimal): -5644595 or 13491881. OLE color: 13491881.
HSL color Cylindrical-coordinate representation of color #A9DECD: hue angle of 160.75º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DECD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 205 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.13 |
| HSL | 160.75º | 0.45% | 0.77% | - |
| HSV(B) | 160.75º | 0.24% | 0.87% | - |
| XYZ | 53.5 | 65.09 | 67.5 | - |
| YUV | 204.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 205 | 0.24 | 0 | 0.08 | 0.13 | 160.75 | 0.45 | 0.77 |
| Hex | A9 | DE | CD | 18 | 0 | 8 | D | A1 | 2D | 4D |
| Octal | 251 | 336 | 315 | 30 | 0 | 10 | 15 | 241 | 55 | 115 |
| Binary | 10101001 | 11011110 | 11001101 | 11000 | 0 | 1000 | 1101 | 10100001 | 101101 | 1001101 |
Color Harmonies of #A9DECD
Complementary color
Monochromatic Colors of #A9DECD
Black with #A9DECD
Text Example
Text Example
White with #A9DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DECD; }
p { color: rgb(169,222,205); }
H1.HeaderClassName
{
color: #A9DECD;
}
.AnyTagClassName
{
color: #A9DECD;
}
</style>
background-color css
<style>
a { background-color: #A9DECD; }
a { background-color: rgb(169,222,205); }
div.DivClassName
{
background-color: #A9DECD;
}
.BgClassName
{
background-color: #A9DECD;
}
</style>
border-color css
<style>
span { border-color: #A9DECD; }
span { border-color: rgb(169,222,205); }
td.TdClassName
{
border-color: #A9DECD;
}
.TagClassName
{
border-color: #A9DECD;
}
</style>