Shades of Ice Cold #ABE3DB
Tints of Ice Cold #ABE3DB
RGB
CMYK
RGB Variations
Color information
#ABE3DB (or 0xABE3DB) is known color: Ice Cold. HEX triplet: AB, E3 and DB. RGB value is (171,227,219). Sum of RGB (Red+Green+Blue) = 171+227+219=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE3DB is #541C24. Grayscale: #D1D1D1. Windows color (decimal): -5512229 or 14410667. OLE color: 14410667.
HSL color Cylindrical-coordinate representation of color #ABE3DB: hue angle of 171.43º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE3DB is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 219 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.11 |
| HSL | 171.43º | 0.5% | 0.78% | - |
| HSV(B) | 171.43º | 0.25% | 0.89% | - |
| XYZ | 57.05 | 68.71 | 77.27 | - |
| YUV | 209.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 219 | 0.25 | 0 | 0.04 | 0.11 | 171.43 | 0.5 | 0.78 |
| Hex | AB | E3 | DB | 19 | 0 | 4 | B | AB | 32 | 4E |
| Octal | 253 | 343 | 333 | 31 | 0 | 4 | 13 | 253 | 62 | 116 |
| Binary | 10101011 | 11100011 | 11011011 | 11001 | 0 | 100 | 1011 | 10101011 | 110010 | 1001110 |
Color Harmonies of #ABE3DB
Complementary color
Monochromatic Colors of #ABE3DB
Black with #ABE3DB
Text Example
Text Example
White with #ABE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE3DB; }
p { color: rgb(171,227,219); }
H1.HeaderClassName
{
color: #ABE3DB;
}
.AnyTagClassName
{
color: #ABE3DB;
}
</style>
background-color css
<style>
a { background-color: #ABE3DB; }
a { background-color: rgb(171,227,219); }
div.DivClassName
{
background-color: #ABE3DB;
}
.BgClassName
{
background-color: #ABE3DB;
}
</style>
border-color css
<style>
span { border-color: #ABE3DB; }
span { border-color: rgb(171,227,219); }
td.TdClassName
{
border-color: #ABE3DB;
}
.TagClassName
{
border-color: #ABE3DB;
}
</style>