Shades of Ice Cold #ABEAD5
Tints of Ice Cold #ABEAD5
RGB
CMYK
RGB Variations
Color information
#ABEAD5 (or 0xABEAD5) is known color: Ice Cold. HEX triplet: AB, EA and D5. RGB value is (171,234,213). Sum of RGB (Red+Green+Blue) = 171+234+213=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAD5 is #54152A. Grayscale: #D4D4D4. Windows color (decimal): -5510443 or 14019243. OLE color: 14019243.
HSL color Cylindrical-coordinate representation of color #ABEAD5: hue angle of 160º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAD5 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 213 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.08 |
| HSL | 160º | 0.6% | 0.79% | - |
| HSV(B) | 160º | 0.27% | 0.92% | - |
| XYZ | 58.23 | 72.31 | 73.84 | - |
| YUV | 212.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 213 | 0.27 | 0 | 0.09 | 0.08 | 160 | 0.6 | 0.79 |
| Hex | AB | EA | D5 | 1B | 0 | 9 | 8 | A0 | 3C | 4F |
| Octal | 253 | 352 | 325 | 33 | 0 | 11 | 10 | 240 | 74 | 117 |
| Binary | 10101011 | 11101010 | 11010101 | 11011 | 0 | 1001 | 1000 | 10100000 | 111100 | 1001111 |
Color Harmonies of #ABEAD5
Complementary color
Monochromatic Colors of #ABEAD5
Black with #ABEAD5
Text Example
Text Example
White with #ABEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEAD5; }
p { color: rgb(171,234,213); }
H1.HeaderClassName
{
color: #ABEAD5;
}
.AnyTagClassName
{
color: #ABEAD5;
}
</style>
background-color css
<style>
a { background-color: #ABEAD5; }
a { background-color: rgb(171,234,213); }
div.DivClassName
{
background-color: #ABEAD5;
}
.BgClassName
{
background-color: #ABEAD5;
}
</style>
border-color css
<style>
span { border-color: #ABEAD5; }
span { border-color: rgb(171,234,213); }
td.TdClassName
{
border-color: #ABEAD5;
}
.TagClassName
{
border-color: #ABEAD5;
}
</style>