Shades of Ice Cold #ABE1DD
Tints of Ice Cold #ABE1DD
RGB
CMYK
RGB Variations
Color information
#ABE1DD (or 0xABE1DD) is known color: Ice Cold. HEX triplet: AB, E1 and DD. RGB value is (171,225,221). Sum of RGB (Red+Green+Blue) = 171+225+221=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1DD is #541E22. Grayscale: #D0D0D0. Windows color (decimal): -5512739 or 14541227. OLE color: 14541227.
HSL color Cylindrical-coordinate representation of color #ABE1DD: hue angle of 175.56º 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 #ABE1DD is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 221 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.12 |
| HSL | 175.56º | 0.47% | 0.78% | - |
| HSV(B) | 175.56º | 0.24% | 0.88% | - |
| XYZ | 56.77 | 67.73 | 78.49 | - |
| YUV | 208.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 221 | 0.24 | 0 | 0.02 | 0.12 | 175.56 | 0.47 | 0.78 |
| Hex | AB | E1 | DD | 18 | 0 | 2 | C | B0 | 2F | 4E |
| Octal | 253 | 341 | 335 | 30 | 0 | 2 | 14 | 260 | 57 | 116 |
| Binary | 10101011 | 11100001 | 11011101 | 11000 | 0 | 10 | 1100 | 10110000 | 101111 | 1001110 |
Color Harmonies of #ABE1DD
Complementary color
Monochromatic Colors of #ABE1DD
Black with #ABE1DD
Text Example
Text Example
White with #ABE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1DD; }
p { color: rgb(171,225,221); }
H1.HeaderClassName
{
color: #ABE1DD;
}
.AnyTagClassName
{
color: #ABE1DD;
}
</style>
background-color css
<style>
a { background-color: #ABE1DD; }
a { background-color: rgb(171,225,221); }
div.DivClassName
{
background-color: #ABE1DD;
}
.BgClassName
{
background-color: #ABE1DD;
}
</style>
border-color css
<style>
span { border-color: #ABE1DD; }
span { border-color: rgb(171,225,221); }
td.TdClassName
{
border-color: #ABE1DD;
}
.TagClassName
{
border-color: #ABE1DD;
}
</style>