Shades of Ice Cold #ABDDCD
Tints of Ice Cold #ABDDCD
RGB
CMYK
RGB Variations
Color information
#ABDDCD (or 0xABDDCD) is known color: Ice Cold. HEX triplet: AB, DD and CD. RGB value is (171,221,205). Sum of RGB (Red+Green+Blue) = 171+221+205=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDCD is #542232. Grayscale: #CCCCCC. Windows color (decimal): -5513779 or 13491627. OLE color: 13491627.
HSL color Cylindrical-coordinate representation of color #ABDDCD: hue angle of 160.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDCD is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 205 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.13 |
| HSL | 160.8º | 0.42% | 0.77% | - |
| HSV(B) | 160.8º | 0.23% | 0.87% | - |
| XYZ | 53.67 | 64.78 | 67.43 | - |
| YUV | 204.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 205 | 0.23 | 0 | 0.07 | 0.13 | 160.8 | 0.42 | 0.77 |
| Hex | AB | DD | CD | 17 | 0 | 7 | D | A1 | 2A | 4D |
| Octal | 253 | 335 | 315 | 27 | 0 | 7 | 15 | 241 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11001101 | 10111 | 0 | 111 | 1101 | 10100001 | 101010 | 1001101 |
Color Harmonies of #ABDDCD
Complementary color
Monochromatic Colors of #ABDDCD
Black with #ABDDCD
Text Example
Text Example
White with #ABDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDCD; }
p { color: rgb(171,221,205); }
H1.HeaderClassName
{
color: #ABDDCD;
}
.AnyTagClassName
{
color: #ABDDCD;
}
</style>
background-color css
<style>
a { background-color: #ABDDCD; }
a { background-color: rgb(171,221,205); }
div.DivClassName
{
background-color: #ABDDCD;
}
.BgClassName
{
background-color: #ABDDCD;
}
</style>
border-color css
<style>
span { border-color: #ABDDCD; }
span { border-color: rgb(171,221,205); }
td.TdClassName
{
border-color: #ABDDCD;
}
.TagClassName
{
border-color: #ABDDCD;
}
</style>