Shades of Ice Cold #ABE2DC
Tints of Ice Cold #ABE2DC
RGB
CMYK
RGB Variations
Color information
#ABE2DC (or 0xABE2DC) is known color: Ice Cold. HEX triplet: AB, E2 and DC. RGB value is (171,226,220). Sum of RGB (Red+Green+Blue) = 171+226+220=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2DC is #541D23. Grayscale: #D0D0D0. Windows color (decimal): -5512484 or 14475947. OLE color: 14475947.
HSL color Cylindrical-coordinate representation of color #ABE2DC: hue angle of 173.45º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2DC is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 220 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.11 |
| HSL | 173.45º | 0.49% | 0.78% | - |
| HSV(B) | 173.45º | 0.24% | 0.89% | - |
| XYZ | 56.91 | 68.22 | 77.88 | - |
| YUV | 208.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 220 | 0.24 | 0 | 0.03 | 0.11 | 173.45 | 0.49 | 0.78 |
| Hex | AB | E2 | DC | 18 | 0 | 3 | B | AD | 31 | 4E |
| Octal | 253 | 342 | 334 | 30 | 0 | 3 | 13 | 255 | 61 | 116 |
| Binary | 10101011 | 11100010 | 11011100 | 11000 | 0 | 11 | 1011 | 10101101 | 110001 | 1001110 |
Color Harmonies of #ABE2DC
Complementary color
Monochromatic Colors of #ABE2DC
Black with #ABE2DC
Text Example
Text Example
White with #ABE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2DC; }
p { color: rgb(171,226,220); }
H1.HeaderClassName
{
color: #ABE2DC;
}
.AnyTagClassName
{
color: #ABE2DC;
}
</style>
background-color css
<style>
a { background-color: #ABE2DC; }
a { background-color: rgb(171,226,220); }
div.DivClassName
{
background-color: #ABE2DC;
}
.BgClassName
{
background-color: #ABE2DC;
}
</style>
border-color css
<style>
span { border-color: #ABE2DC; }
span { border-color: rgb(171,226,220); }
td.TdClassName
{
border-color: #ABE2DC;
}
.TagClassName
{
border-color: #ABE2DC;
}
</style>