Shades of Ice Cold #ABE1D0
Tints of Ice Cold #ABE1D0
RGB
CMYK
RGB Variations
Color information
#ABE1D0 (or 0xABE1D0) is known color: Ice Cold. HEX triplet: AB, E1 and D0. RGB value is (171,225,208). Sum of RGB (Red+Green+Blue) = 171+225+208=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1D0 is #541E2F. Grayscale: #CECECE. Windows color (decimal): -5512752 or 13689259. OLE color: 13689259.
HSL color Cylindrical-coordinate representation of color #ABE1D0: hue angle of 161.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1D0 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 208 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.12 |
| HSL | 161.11º | 0.47% | 0.78% | - |
| HSV(B) | 161.11º | 0.24% | 0.88% | - |
| XYZ | 55.1 | 67.06 | 69.71 | - |
| YUV | 206.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 208 | 0.24 | 0 | 0.08 | 0.12 | 161.11 | 0.47 | 0.78 |
| Hex | AB | E1 | D0 | 18 | 0 | 8 | C | A1 | 2F | 4E |
| Octal | 253 | 341 | 320 | 30 | 0 | 10 | 14 | 241 | 57 | 116 |
| Binary | 10101011 | 11100001 | 11010000 | 11000 | 0 | 1000 | 1100 | 10100001 | 101111 | 1001110 |
Color Harmonies of #ABE1D0
Complementary color
Monochromatic Colors of #ABE1D0
Black with #ABE1D0
Text Example
Text Example
White with #ABE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1D0; }
p { color: rgb(171,225,208); }
H1.HeaderClassName
{
color: #ABE1D0;
}
.AnyTagClassName
{
color: #ABE1D0;
}
</style>
background-color css
<style>
a { background-color: #ABE1D0; }
a { background-color: rgb(171,225,208); }
div.DivClassName
{
background-color: #ABE1D0;
}
.BgClassName
{
background-color: #ABE1D0;
}
</style>
border-color css
<style>
span { border-color: #ABE1D0; }
span { border-color: rgb(171,225,208); }
td.TdClassName
{
border-color: #ABE1D0;
}
.TagClassName
{
border-color: #ABE1D0;
}
</style>