Shades of Ice Cold #ABE2DB
Tints of Ice Cold #ABE2DB
RGB
CMYK
RGB Variations
Color information
#ABE2DB (or 0xABE2DB) is known color: Ice Cold. HEX triplet: AB, E2 and DB. RGB value is (171,226,219). Sum of RGB (Red+Green+Blue) = 171+226+219=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2DB is #541D24. Grayscale: #D0D0D0. Windows color (decimal): -5512485 or 14410411. OLE color: 14410411.
HSL color Cylindrical-coordinate representation of color #ABE2DB: hue angle of 172.36º 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 #ABE2DB is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 219 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.11 |
| HSL | 172.36º | 0.49% | 0.78% | - |
| HSV(B) | 172.36º | 0.24% | 0.89% | - |
| XYZ | 56.78 | 68.17 | 77.18 | - |
| YUV | 208.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 219 | 0.24 | 0 | 0.03 | 0.11 | 172.36 | 0.49 | 0.78 |
| Hex | AB | E2 | DB | 18 | 0 | 3 | B | AC | 31 | 4E |
| Octal | 253 | 342 | 333 | 30 | 0 | 3 | 13 | 254 | 61 | 116 |
| Binary | 10101011 | 11100010 | 11011011 | 11000 | 0 | 11 | 1011 | 10101100 | 110001 | 1001110 |
Color Harmonies of #ABE2DB
Complementary color
Monochromatic Colors of #ABE2DB
Black with #ABE2DB
Text Example
Text Example
White with #ABE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2DB; }
p { color: rgb(171,226,219); }
H1.HeaderClassName
{
color: #ABE2DB;
}
.AnyTagClassName
{
color: #ABE2DB;
}
</style>
background-color css
<style>
a { background-color: #ABE2DB; }
a { background-color: rgb(171,226,219); }
div.DivClassName
{
background-color: #ABE2DB;
}
.BgClassName
{
background-color: #ABE2DB;
}
</style>
border-color css
<style>
span { border-color: #ABE2DB; }
span { border-color: rgb(171,226,219); }
td.TdClassName
{
border-color: #ABE2DB;
}
.TagClassName
{
border-color: #ABE2DB;
}
</style>