Shades of Ice Cold #A9DFCD
Tints of Ice Cold #A9DFCD
RGB
CMYK
RGB Variations
Color information
#A9DFCD (or 0xA9DFCD) is known color: Ice Cold. HEX triplet: A9, DF and CD. RGB value is (169,223,205). Sum of RGB (Red+Green+Blue) = 169+223+205=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DFCD is #562032. Grayscale: #CCCCCC. Windows color (decimal): -5644339 or 13492137. OLE color: 13492137.
HSL color Cylindrical-coordinate representation of color #A9DFCD: hue angle of 160º degrees, saturation: 0.46, 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 #A9DFCD is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 205 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.13 |
| HSL | 160º | 0.46% | 0.77% | - |
| HSV(B) | 160º | 0.24% | 0.87% | - |
| XYZ | 53.77 | 65.62 | 67.59 | - |
| YUV | 204.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 205 | 0.24 | 0 | 0.08 | 0.13 | 160 | 0.46 | 0.77 |
| Hex | A9 | DF | CD | 18 | 0 | 8 | D | A0 | 2E | 4D |
| Octal | 251 | 337 | 315 | 30 | 0 | 10 | 15 | 240 | 56 | 115 |
| Binary | 10101001 | 11011111 | 11001101 | 11000 | 0 | 1000 | 1101 | 10100000 | 101110 | 1001101 |
Color Harmonies of #A9DFCD
Complementary color
Monochromatic Colors of #A9DFCD
Black with #A9DFCD
Text Example
Text Example
White with #A9DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DFCD; }
p { color: rgb(169,223,205); }
H1.HeaderClassName
{
color: #A9DFCD;
}
.AnyTagClassName
{
color: #A9DFCD;
}
</style>
background-color css
<style>
a { background-color: #A9DFCD; }
a { background-color: rgb(169,223,205); }
div.DivClassName
{
background-color: #A9DFCD;
}
.BgClassName
{
background-color: #A9DFCD;
}
</style>
border-color css
<style>
span { border-color: #A9DFCD; }
span { border-color: rgb(169,223,205); }
td.TdClassName
{
border-color: #A9DFCD;
}
.TagClassName
{
border-color: #A9DFCD;
}
</style>