Shades of Ice Cold #ADE6DD
Tints of Ice Cold #ADE6DD
RGB
CMYK
RGB Variations
Color information
#ADE6DD (or 0xADE6DD) is known color: Ice Cold. HEX triplet: AD, E6 and DD. RGB value is (173,230,221). Sum of RGB (Red+Green+Blue) = 173+230+221=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6DD is #521922. Grayscale: #D3D3D3. Windows color (decimal): -5380387 or 14542509. OLE color: 14542509.
HSL color Cylindrical-coordinate representation of color #ADE6DD: hue angle of 170.53º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6DD is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 221 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.10 |
| HSL | 170.53º | 0.53% | 0.79% | - |
| HSV(B) | 170.53º | 0.25% | 0.9% | - |
| XYZ | 58.58 | 70.7 | 78.97 | - |
| YUV | 211.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 221 | 0.25 | 0 | 0.04 | 0.10 | 170.53 | 0.53 | 0.79 |
| Hex | AD | E6 | DD | 19 | 0 | 4 | A | AB | 35 | 4F |
| Octal | 255 | 346 | 335 | 31 | 0 | 4 | 12 | 253 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11011101 | 11001 | 0 | 100 | 1010 | 10101011 | 110101 | 1001111 |
Color Harmonies of #ADE6DD
Complementary color
Monochromatic Colors of #ADE6DD
Black with #ADE6DD
Text Example
Text Example
White with #ADE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6DD; }
p { color: rgb(173,230,221); }
H1.HeaderClassName
{
color: #ADE6DD;
}
.AnyTagClassName
{
color: #ADE6DD;
}
</style>
background-color css
<style>
a { background-color: #ADE6DD; }
a { background-color: rgb(173,230,221); }
div.DivClassName
{
background-color: #ADE6DD;
}
.BgClassName
{
background-color: #ADE6DD;
}
</style>
border-color css
<style>
span { border-color: #ADE6DD; }
span { border-color: rgb(173,230,221); }
td.TdClassName
{
border-color: #ADE6DD;
}
.TagClassName
{
border-color: #ADE6DD;
}
</style>