Shades of Ice Cold #ABE1DC
Tints of Ice Cold #ABE1DC
RGB
CMYK
RGB Variations
Color information
#ABE1DC (or 0xABE1DC) is known color: Ice Cold. HEX triplet: AB, E1 and DC. RGB value is (171,225,220). Sum of RGB (Red+Green+Blue) = 171+225+220=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1DC is #541E23. Grayscale: #D0D0D0. Windows color (decimal): -5512740 or 14475691. OLE color: 14475691.
HSL color Cylindrical-coordinate representation of color #ABE1DC: hue angle of 174.44º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1DC is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 220 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.12 |
| HSL | 174.44º | 0.47% | 0.78% | - |
| HSV(B) | 174.44º | 0.24% | 0.88% | - |
| XYZ | 56.64 | 67.68 | 77.79 | - |
| YUV | 208.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 220 | 0.24 | 0 | 0.02 | 0.12 | 174.44 | 0.47 | 0.78 |
| Hex | AB | E1 | DC | 18 | 0 | 2 | C | AE | 2F | 4E |
| Octal | 253 | 341 | 334 | 30 | 0 | 2 | 14 | 256 | 57 | 116 |
| Binary | 10101011 | 11100001 | 11011100 | 11000 | 0 | 10 | 1100 | 10101110 | 101111 | 1001110 |
Color Harmonies of #ABE1DC
Complementary color
Monochromatic Colors of #ABE1DC
Black with #ABE1DC
Text Example
Text Example
White with #ABE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1DC; }
p { color: rgb(171,225,220); }
H1.HeaderClassName
{
color: #ABE1DC;
}
.AnyTagClassName
{
color: #ABE1DC;
}
</style>
background-color css
<style>
a { background-color: #ABE1DC; }
a { background-color: rgb(171,225,220); }
div.DivClassName
{
background-color: #ABE1DC;
}
.BgClassName
{
background-color: #ABE1DC;
}
</style>
border-color css
<style>
span { border-color: #ABE1DC; }
span { border-color: rgb(171,225,220); }
td.TdClassName
{
border-color: #ABE1DC;
}
.TagClassName
{
border-color: #ABE1DC;
}
</style>