Shades of Ice Cold #ADE9DD
Tints of Ice Cold #ADE9DD
RGB
CMYK
RGB Variations
Color information
#ADE9DD (or 0xADE9DD) is known color: Ice Cold. HEX triplet: AD, E9 and DD. RGB value is (173,233,221). Sum of RGB (Red+Green+Blue) = 173+233+221=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9DD is #521622. Grayscale: #D5D5D5. Windows color (decimal): -5379619 or 14543277. OLE color: 14543277.
HSL color Cylindrical-coordinate representation of color #ADE9DD: hue angle of 168º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9DD is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 221 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.09 |
| HSL | 168º | 0.58% | 0.8% | - |
| HSV(B) | 168º | 0.26% | 0.91% | - |
| XYZ | 59.42 | 72.38 | 79.25 | - |
| YUV | 213.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 221 | 0.26 | 0 | 0.05 | 0.09 | 168 | 0.58 | 0.8 |
| Hex | AD | E9 | DD | 1A | 0 | 5 | 9 | A8 | 3A | 50 |
| Octal | 255 | 351 | 335 | 32 | 0 | 5 | 11 | 250 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11011101 | 11010 | 0 | 101 | 1001 | 10101000 | 111010 | 1010000 |
Color Harmonies of #ADE9DD
Complementary color
Monochromatic Colors of #ADE9DD
Black with #ADE9DD
Text Example
Text Example
White with #ADE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9DD; }
p { color: rgb(173,233,221); }
H1.HeaderClassName
{
color: #ADE9DD;
}
.AnyTagClassName
{
color: #ADE9DD;
}
</style>
background-color css
<style>
a { background-color: #ADE9DD; }
a { background-color: rgb(173,233,221); }
div.DivClassName
{
background-color: #ADE9DD;
}
.BgClassName
{
background-color: #ADE9DD;
}
</style>
border-color css
<style>
span { border-color: #ADE9DD; }
span { border-color: rgb(173,233,221); }
td.TdClassName
{
border-color: #ADE9DD;
}
.TagClassName
{
border-color: #ADE9DD;
}
</style>