Shades of Ice Cold #ABE9D4
Tints of Ice Cold #ABE9D4
RGB
CMYK
RGB Variations
Color information
#ABE9D4 (or 0xABE9D4) is known color: Ice Cold. HEX triplet: AB, E9 and D4. RGB value is (171,233,212). Sum of RGB (Red+Green+Blue) = 171+233+212=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE9D4 is #54162B. Grayscale: #D4D4D4. Windows color (decimal): -5510700 or 13953451. OLE color: 13953451.
HSL color Cylindrical-coordinate representation of color #ABE9D4: hue angle of 159.68º 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 #ABE9D4 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 212 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.09 |
| HSL | 159.68º | 0.58% | 0.79% | - |
| HSV(B) | 159.68º | 0.27% | 0.91% | - |
| XYZ | 57.82 | 71.69 | 73.08 | - |
| YUV | 212.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 212 | 0.27 | 0 | 0.09 | 0.09 | 159.68 | 0.58 | 0.79 |
| Hex | AB | E9 | D4 | 1B | 0 | 9 | 9 | A0 | 3A | 4F |
| Octal | 253 | 351 | 324 | 33 | 0 | 11 | 11 | 240 | 72 | 117 |
| Binary | 10101011 | 11101001 | 11010100 | 11011 | 0 | 1001 | 1001 | 10100000 | 111010 | 1001111 |
Color Harmonies of #ABE9D4
Complementary color
Monochromatic Colors of #ABE9D4
Black with #ABE9D4
Text Example
Text Example
White with #ABE9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE9D4; }
p { color: rgb(171,233,212); }
H1.HeaderClassName
{
color: #ABE9D4;
}
.AnyTagClassName
{
color: #ABE9D4;
}
</style>
background-color css
<style>
a { background-color: #ABE9D4; }
a { background-color: rgb(171,233,212); }
div.DivClassName
{
background-color: #ABE9D4;
}
.BgClassName
{
background-color: #ABE9D4;
}
</style>
border-color css
<style>
span { border-color: #ABE9D4; }
span { border-color: rgb(171,233,212); }
td.TdClassName
{
border-color: #ABE9D4;
}
.TagClassName
{
border-color: #ABE9D4;
}
</style>