Shades of Ice Cold #ABE9DE
Tints of Ice Cold #ABE9DE
RGB
CMYK
RGB Variations
Color information
#ABE9DE (or 0xABE9DE) is known color: Ice Cold. HEX triplet: AB, E9 and DE. RGB value is (171,233,222). Sum of RGB (Red+Green+Blue) = 171+233+222=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE9DE is #541621. Grayscale: #D5D5D5. Windows color (decimal): -5510690 or 14608811. OLE color: 14608811.
HSL color Cylindrical-coordinate representation of color #ABE9DE: hue angle of 169.35º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABE9DE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 222 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.09 |
| HSL | 169.35º | 0.58% | 0.79% | - |
| HSV(B) | 169.35º | 0.27% | 0.91% | - |
| XYZ | 59.12 | 72.21 | 79.93 | - |
| YUV | 213.21 | 132.96 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 222 | 0.27 | 0 | 0.05 | 0.09 | 169.35 | 0.58 | 0.79 |
| Hex | AB | E9 | DE | 1B | 0 | 5 | 9 | A9 | 3A | 4F |
| Octal | 253 | 351 | 336 | 33 | 0 | 5 | 11 | 251 | 72 | 117 |
| Binary | 10101011 | 11101001 | 11011110 | 11011 | 0 | 101 | 1001 | 10101001 | 111010 | 1001111 |
Color Harmonies of #ABE9DE
Complementary color
Monochromatic Colors of #ABE9DE
Black with #ABE9DE
Text Example
Text Example
White with #ABE9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE9DE; }
p { color: rgb(171,233,222); }
H1.HeaderClassName
{
color: #ABE9DE;
}
.AnyTagClassName
{
color: #ABE9DE;
}
</style>
background-color css
<style>
a { background-color: #ABE9DE; }
a { background-color: rgb(171,233,222); }
div.DivClassName
{
background-color: #ABE9DE;
}
.BgClassName
{
background-color: #ABE9DE;
}
</style>
border-color css
<style>
span { border-color: #ABE9DE; }
span { border-color: rgb(171,233,222); }
td.TdClassName
{
border-color: #ABE9DE;
}
.TagClassName
{
border-color: #ABE9DE;
}
</style>