Shades of Ice Cold #ABE4DD
Tints of Ice Cold #ABE4DD
RGB
CMYK
RGB Variations
Color information
#ABE4DD (or 0xABE4DD) is known color: Ice Cold. HEX triplet: AB, E4 and DD. RGB value is (171,228,221). Sum of RGB (Red+Green+Blue) = 171+228+221=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4DD is #541B22. Grayscale: #D2D2D2. Windows color (decimal): -5511971 or 14541995. OLE color: 14541995.
HSL color Cylindrical-coordinate representation of color #ABE4DD: hue angle of 172.63º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE4DD is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 221 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.11 |
| HSL | 172.63º | 0.51% | 0.78% | - |
| HSV(B) | 172.63º | 0.25% | 0.89% | - |
| XYZ | 57.59 | 69.37 | 78.76 | - |
| YUV | 210.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 221 | 0.25 | 0 | 0.03 | 0.11 | 172.63 | 0.51 | 0.78 |
| Hex | AB | E4 | DD | 19 | 0 | 3 | B | AD | 33 | 4E |
| Octal | 253 | 344 | 335 | 31 | 0 | 3 | 13 | 255 | 63 | 116 |
| Binary | 10101011 | 11100100 | 11011101 | 11001 | 0 | 11 | 1011 | 10101101 | 110011 | 1001110 |
Color Harmonies of #ABE4DD
Complementary color
Monochromatic Colors of #ABE4DD
Black with #ABE4DD
Text Example
Text Example
White with #ABE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE4DD; }
p { color: rgb(171,228,221); }
H1.HeaderClassName
{
color: #ABE4DD;
}
.AnyTagClassName
{
color: #ABE4DD;
}
</style>
background-color css
<style>
a { background-color: #ABE4DD; }
a { background-color: rgb(171,228,221); }
div.DivClassName
{
background-color: #ABE4DD;
}
.BgClassName
{
background-color: #ABE4DD;
}
</style>
border-color css
<style>
span { border-color: #ABE4DD; }
span { border-color: rgb(171,228,221); }
td.TdClassName
{
border-color: #ABE4DD;
}
.TagClassName
{
border-color: #ABE4DD;
}
</style>