Shades of Ice Cold #ABE7D4
Tints of Ice Cold #ABE7D4
RGB
CMYK
RGB Variations
Color information
#ABE7D4 (or 0xABE7D4) is known color: Ice Cold. HEX triplet: AB, E7 and D4. RGB value is (171,231,212). Sum of RGB (Red+Green+Blue) = 171+231+212=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7D4 is #54182B. Grayscale: #D2D2D2. Windows color (decimal): -5511212 or 13952939. OLE color: 13952939.
HSL color Cylindrical-coordinate representation of color #ABE7D4: hue angle of 161º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE7D4 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 231 | 212 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.09 |
| HSL | 161º | 0.56% | 0.79% | - |
| HSV(B) | 161º | 0.26% | 0.91% | - |
| XYZ | 57.25 | 70.56 | 72.89 | - |
| YUV | 210.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 231 | 212 | 0.26 | 0 | 0.08 | 0.09 | 161 | 0.56 | 0.79 |
| Hex | AB | E7 | D4 | 1A | 0 | 8 | 9 | A1 | 38 | 4F |
| Octal | 253 | 347 | 324 | 32 | 0 | 10 | 11 | 241 | 70 | 117 |
| Binary | 10101011 | 11100111 | 11010100 | 11010 | 0 | 1000 | 1001 | 10100001 | 111000 | 1001111 |
Color Harmonies of #ABE7D4
Complementary color
Monochromatic Colors of #ABE7D4
Black with #ABE7D4
Text Example
Text Example
White with #ABE7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE7D4; }
p { color: rgb(171,231,212); }
H1.HeaderClassName
{
color: #ABE7D4;
}
.AnyTagClassName
{
color: #ABE7D4;
}
</style>
background-color css
<style>
a { background-color: #ABE7D4; }
a { background-color: rgb(171,231,212); }
div.DivClassName
{
background-color: #ABE7D4;
}
.BgClassName
{
background-color: #ABE7D4;
}
</style>
border-color css
<style>
span { border-color: #ABE7D4; }
span { border-color: rgb(171,231,212); }
td.TdClassName
{
border-color: #ABE7D4;
}
.TagClassName
{
border-color: #ABE7D4;
}
</style>