Shades of Ice Cold #ABE5DC
Tints of Ice Cold #ABE5DC
RGB
CMYK
RGB Variations
Color information
#ABE5DC (or 0xABE5DC) is known color: Ice Cold. HEX triplet: AB, E5 and DC. RGB value is (171,229,220). Sum of RGB (Red+Green+Blue) = 171+229+220=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE5DC is #541A23. Grayscale: #D2D2D2. Windows color (decimal): -5511716 or 14476715. OLE color: 14476715.
HSL color Cylindrical-coordinate representation of color #ABE5DC: hue angle of 170.69º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5DC is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 220 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.10 |
| HSL | 170.69º | 0.53% | 0.78% | - |
| HSV(B) | 170.69º | 0.25% | 0.9% | - |
| XYZ | 57.73 | 69.86 | 78.15 | - |
| YUV | 210.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 220 | 0.25 | 0 | 0.04 | 0.10 | 170.69 | 0.53 | 0.78 |
| Hex | AB | E5 | DC | 19 | 0 | 4 | A | AB | 35 | 4E |
| Octal | 253 | 345 | 334 | 31 | 0 | 4 | 12 | 253 | 65 | 116 |
| Binary | 10101011 | 11100101 | 11011100 | 11001 | 0 | 100 | 1010 | 10101011 | 110101 | 1001110 |
Color Harmonies of #ABE5DC
Complementary color
Monochromatic Colors of #ABE5DC
Black with #ABE5DC
Text Example
Text Example
White with #ABE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE5DC; }
p { color: rgb(171,229,220); }
H1.HeaderClassName
{
color: #ABE5DC;
}
.AnyTagClassName
{
color: #ABE5DC;
}
</style>
background-color css
<style>
a { background-color: #ABE5DC; }
a { background-color: rgb(171,229,220); }
div.DivClassName
{
background-color: #ABE5DC;
}
.BgClassName
{
background-color: #ABE5DC;
}
</style>
border-color css
<style>
span { border-color: #ABE5DC; }
span { border-color: rgb(171,229,220); }
td.TdClassName
{
border-color: #ABE5DC;
}
.TagClassName
{
border-color: #ABE5DC;
}
</style>