Shades of Ice Cold #ABDFCD
Tints of Ice Cold #ABDFCD
RGB
CMYK
RGB Variations
Color information
#ABDFCD (or 0xABDFCD) is known color: Ice Cold. HEX triplet: AB, DF and CD. RGB value is (171,223,205). Sum of RGB (Red+Green+Blue) = 171+223+205=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFCD is #542032. Grayscale: #CDCDCD. Windows color (decimal): -5513267 or 13492139. OLE color: 13492139.
HSL color Cylindrical-coordinate representation of color #ABDFCD: hue angle of 159.23º degrees, saturation: 0.45, 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 #ABDFCD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 205 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 159.23º | 0.45% | 0.77% | - |
| HSV(B) | 159.23º | 0.23% | 0.87% | - |
| XYZ | 54.2 | 65.84 | 67.61 | - |
| YUV | 205.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 205 | 0.23 | 0 | 0.08 | 0.13 | 159.23 | 0.45 | 0.77 |
| Hex | AB | DF | CD | 17 | 0 | 8 | D | 9F | 2D | 4D |
| Octal | 253 | 337 | 315 | 27 | 0 | 10 | 15 | 237 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11001101 | 10111 | 0 | 1000 | 1101 | 10011111 | 101101 | 1001101 |
Color Harmonies of #ABDFCD
Complementary color
Monochromatic Colors of #ABDFCD
Black with #ABDFCD
Text Example
Text Example
White with #ABDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFCD; }
p { color: rgb(171,223,205); }
H1.HeaderClassName
{
color: #ABDFCD;
}
.AnyTagClassName
{
color: #ABDFCD;
}
</style>
background-color css
<style>
a { background-color: #ABDFCD; }
a { background-color: rgb(171,223,205); }
div.DivClassName
{
background-color: #ABDFCD;
}
.BgClassName
{
background-color: #ABDFCD;
}
</style>
border-color css
<style>
span { border-color: #ABDFCD; }
span { border-color: rgb(171,223,205); }
td.TdClassName
{
border-color: #ABDFCD;
}
.TagClassName
{
border-color: #ABDFCD;
}
</style>