Shades of Ice Cold #ABE6DD
Tints of Ice Cold #ABE6DD
RGB
CMYK
RGB Variations
Color information
#ABE6DD (or 0xABE6DD) is known color: Ice Cold. HEX triplet: AB, E6 and DD. RGB value is (171,230,221). Sum of RGB (Red+Green+Blue) = 171+230+221=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6DD is #541922. Grayscale: #D3D3D3. Windows color (decimal): -5511459 or 14542507. OLE color: 14542507.
HSL color Cylindrical-coordinate representation of color #ABE6DD: hue angle of 170.85º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE6DD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 221 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.10 |
| HSL | 170.85º | 0.54% | 0.79% | - |
| HSV(B) | 170.85º | 0.26% | 0.9% | - |
| XYZ | 58.14 | 70.47 | 78.94 | - |
| YUV | 211.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 221 | 0.26 | 0 | 0.04 | 0.10 | 170.85 | 0.54 | 0.79 |
| Hex | AB | E6 | DD | 1A | 0 | 4 | A | AB | 36 | 4F |
| Octal | 253 | 346 | 335 | 32 | 0 | 4 | 12 | 253 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11011101 | 11010 | 0 | 100 | 1010 | 10101011 | 110110 | 1001111 |
Color Harmonies of #ABE6DD
Complementary color
Monochromatic Colors of #ABE6DD
Black with #ABE6DD
Text Example
Text Example
White with #ABE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6DD; }
p { color: rgb(171,230,221); }
H1.HeaderClassName
{
color: #ABE6DD;
}
.AnyTagClassName
{
color: #ABE6DD;
}
</style>
background-color css
<style>
a { background-color: #ABE6DD; }
a { background-color: rgb(171,230,221); }
div.DivClassName
{
background-color: #ABE6DD;
}
.BgClassName
{
background-color: #ABE6DD;
}
</style>
border-color css
<style>
span { border-color: #ABE6DD; }
span { border-color: rgb(171,230,221); }
td.TdClassName
{
border-color: #ABE6DD;
}
.TagClassName
{
border-color: #ABE6DD;
}
</style>