Shades of Ice Cold #ABE2D1
Tints of Ice Cold #ABE2D1
RGB
CMYK
RGB Variations
Color information
#ABE2D1 (or 0xABE2D1) is known color: Ice Cold. HEX triplet: AB, E2 and D1. RGB value is (171,226,209). Sum of RGB (Red+Green+Blue) = 171+226+209=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2D1 is #541D2E. Grayscale: #CFCFCF. Windows color (decimal): -5512495 or 13755051. OLE color: 13755051.
HSL color Cylindrical-coordinate representation of color #ABE2D1: hue angle of 161.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 #ABE2D1 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 209 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.11 |
| HSL | 161.45º | 0.49% | 0.78% | - |
| HSV(B) | 161.45º | 0.24% | 0.89% | - |
| XYZ | 55.5 | 67.65 | 70.46 | - |
| YUV | 207.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 209 | 0.24 | 0 | 0.08 | 0.11 | 161.45 | 0.49 | 0.78 |
| Hex | AB | E2 | D1 | 18 | 0 | 8 | B | A1 | 31 | 4E |
| Octal | 253 | 342 | 321 | 30 | 0 | 10 | 13 | 241 | 61 | 116 |
| Binary | 10101011 | 11100010 | 11010001 | 11000 | 0 | 1000 | 1011 | 10100001 | 110001 | 1001110 |
Color Harmonies of #ABE2D1
Complementary color
Monochromatic Colors of #ABE2D1
Black with #ABE2D1
Text Example
Text Example
White with #ABE2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2D1; }
p { color: rgb(171,226,209); }
H1.HeaderClassName
{
color: #ABE2D1;
}
.AnyTagClassName
{
color: #ABE2D1;
}
</style>
background-color css
<style>
a { background-color: #ABE2D1; }
a { background-color: rgb(171,226,209); }
div.DivClassName
{
background-color: #ABE2D1;
}
.BgClassName
{
background-color: #ABE2D1;
}
</style>
border-color css
<style>
span { border-color: #ABE2D1; }
span { border-color: rgb(171,226,209); }
td.TdClassName
{
border-color: #ABE2D1;
}
.TagClassName
{
border-color: #ABE2D1;
}
</style>