Shades of Ice Cold #ADE9D8
Tints of Ice Cold #ADE9D8
RGB
CMYK
RGB Variations
Color information
#ADE9D8 (or 0xADE9D8) is known color: Ice Cold. HEX triplet: AD, E9 and D8. RGB value is (173,233,216). Sum of RGB (Red+Green+Blue) = 173+233+216=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9D8 is #521627. Grayscale: #D5D5D5. Windows color (decimal): -5379624 or 14215597. OLE color: 14215597.
HSL color Cylindrical-coordinate representation of color #ADE9D8: hue angle of 163º 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 #ADE9D8 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 216 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.09 |
| HSL | 163º | 0.58% | 0.8% | - |
| HSV(B) | 163º | 0.26% | 0.91% | - |
| XYZ | 58.77 | 72.12 | 75.79 | - |
| YUV | 213.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 216 | 0.26 | 0 | 0.07 | 0.09 | 163 | 0.58 | 0.8 |
| Hex | AD | E9 | D8 | 1A | 0 | 7 | 9 | A3 | 3A | 50 |
| Octal | 255 | 351 | 330 | 32 | 0 | 7 | 11 | 243 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11011000 | 11010 | 0 | 111 | 1001 | 10100011 | 111010 | 1010000 |
Color Harmonies of #ADE9D8
Complementary color
Monochromatic Colors of #ADE9D8
Black with #ADE9D8
Text Example
Text Example
White with #ADE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9D8; }
p { color: rgb(173,233,216); }
H1.HeaderClassName
{
color: #ADE9D8;
}
.AnyTagClassName
{
color: #ADE9D8;
}
</style>
background-color css
<style>
a { background-color: #ADE9D8; }
a { background-color: rgb(173,233,216); }
div.DivClassName
{
background-color: #ADE9D8;
}
.BgClassName
{
background-color: #ADE9D8;
}
</style>
border-color css
<style>
span { border-color: #ADE9D8; }
span { border-color: rgb(173,233,216); }
td.TdClassName
{
border-color: #ADE9D8;
}
.TagClassName
{
border-color: #ADE9D8;
}
</style>