Shades of Ice Cold #ABE5D1
Tints of Ice Cold #ABE5D1
RGB
CMYK
RGB Variations
Color information
#ABE5D1 (or 0xABE5D1) is known color: Ice Cold. HEX triplet: AB, E5 and D1. RGB value is (171,229,209). Sum of RGB (Red+Green+Blue) = 171+229+209=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE5D1 is #541A2E. Grayscale: #D1D1D1. Windows color (decimal): -5511727 or 13755819. OLE color: 13755819.
HSL color Cylindrical-coordinate representation of color #ABE5D1: hue angle of 159.31º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5D1 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 209 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.10 |
| HSL | 159.31º | 0.53% | 0.78% | - |
| HSV(B) | 159.31º | 0.25% | 0.9% | - |
| XYZ | 56.32 | 69.3 | 70.73 | - |
| YUV | 209.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 209 | 0.25 | 0 | 0.09 | 0.10 | 159.31 | 0.53 | 0.78 |
| Hex | AB | E5 | D1 | 19 | 0 | 9 | A | 9F | 35 | 4E |
| Octal | 253 | 345 | 321 | 31 | 0 | 11 | 12 | 237 | 65 | 116 |
| Binary | 10101011 | 11100101 | 11010001 | 11001 | 0 | 1001 | 1010 | 10011111 | 110101 | 1001110 |
Color Harmonies of #ABE5D1
Complementary color
Monochromatic Colors of #ABE5D1
Black with #ABE5D1
Text Example
Text Example
White with #ABE5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5D1; }
p { color: rgb(171,229,209); }
H1.HeaderClassName
{
color: #ABE5D1;
}
.AnyTagClassName
{
color: #ABE5D1;
}
</style>
background-color css
<style>
a { background-color: #ABE5D1; }
a { background-color: rgb(171,229,209); }
div.DivClassName
{
background-color: #ABE5D1;
}
.BgClassName
{
background-color: #ABE5D1;
}
</style>
border-color css
<style>
span { border-color: #ABE5D1; }
span { border-color: rgb(171,229,209); }
td.TdClassName
{
border-color: #ABE5D1;
}
.TagClassName
{
border-color: #ABE5D1;
}
</style>