Shades of Ice Cold #ADE0D8
Tints of Ice Cold #ADE0D8
RGB
CMYK
RGB Variations
Color information
#ADE0D8 (or 0xADE0D8) is known color: Ice Cold. HEX triplet: AD, E0 and D8. RGB value is (173,224,216). Sum of RGB (Red+Green+Blue) = 173+224+216=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0D8 is #521F27. Grayscale: #CFCFCF. Windows color (decimal): -5381928 or 14213293. OLE color: 14213293.
HSL color Cylindrical-coordinate representation of color #ADE0D8: hue angle of 170.59º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0D8 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 216 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.12 |
| HSL | 170.59º | 0.45% | 0.78% | - |
| HSV(B) | 170.59º | 0.23% | 0.88% | - |
| XYZ | 56.28 | 67.15 | 74.96 | - |
| YUV | 207.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 216 | 0.23 | 0 | 0.04 | 0.12 | 170.59 | 0.45 | 0.78 |
| Hex | AD | E0 | D8 | 17 | 0 | 4 | C | AB | 2D | 4E |
| Octal | 255 | 340 | 330 | 27 | 0 | 4 | 14 | 253 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11011000 | 10111 | 0 | 100 | 1100 | 10101011 | 101101 | 1001110 |
Color Harmonies of #ADE0D8
Complementary color
Monochromatic Colors of #ADE0D8
Black with #ADE0D8
Text Example
Text Example
White with #ADE0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0D8; }
p { color: rgb(173,224,216); }
H1.HeaderClassName
{
color: #ADE0D8;
}
.AnyTagClassName
{
color: #ADE0D8;
}
</style>
background-color css
<style>
a { background-color: #ADE0D8; }
a { background-color: rgb(173,224,216); }
div.DivClassName
{
background-color: #ADE0D8;
}
.BgClassName
{
background-color: #ADE0D8;
}
</style>
border-color css
<style>
span { border-color: #ADE0D8; }
span { border-color: rgb(173,224,216); }
td.TdClassName
{
border-color: #ADE0D8;
}
.TagClassName
{
border-color: #ADE0D8;
}
</style>