Shades of Ice Cold #ADE0D9
Tints of Ice Cold #ADE0D9
RGB
CMYK
RGB Variations
Color information
#ADE0D9 (or 0xADE0D9) is known color: Ice Cold. HEX triplet: AD, E0 and D9. RGB value is (173,224,217). Sum of RGB (Red+Green+Blue) = 173+224+217=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0D9 is #521F26. Grayscale: #CFCFCF. Windows color (decimal): -5381927 or 14278829. OLE color: 14278829.
HSL color Cylindrical-coordinate representation of color #ADE0D9: hue angle of 171.76º 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 #ADE0D9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 217 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.12 |
| HSL | 171.76º | 0.45% | 0.78% | - |
| HSV(B) | 171.76º | 0.23% | 0.88% | - |
| XYZ | 56.41 | 67.21 | 75.64 | - |
| YUV | 207.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 217 | 0.23 | 0 | 0.03 | 0.12 | 171.76 | 0.45 | 0.78 |
| Hex | AD | E0 | D9 | 17 | 0 | 3 | C | AC | 2D | 4E |
| Octal | 255 | 340 | 331 | 27 | 0 | 3 | 14 | 254 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11011001 | 10111 | 0 | 11 | 1100 | 10101100 | 101101 | 1001110 |
Color Harmonies of #ADE0D9
Complementary color
Monochromatic Colors of #ADE0D9
Black with #ADE0D9
Text Example
Text Example
White with #ADE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0D9; }
p { color: rgb(173,224,217); }
H1.HeaderClassName
{
color: #ADE0D9;
}
.AnyTagClassName
{
color: #ADE0D9;
}
</style>
background-color css
<style>
a { background-color: #ADE0D9; }
a { background-color: rgb(173,224,217); }
div.DivClassName
{
background-color: #ADE0D9;
}
.BgClassName
{
background-color: #ADE0D9;
}
</style>
border-color css
<style>
span { border-color: #ADE0D9; }
span { border-color: rgb(173,224,217); }
td.TdClassName
{
border-color: #ADE0D9;
}
.TagClassName
{
border-color: #ADE0D9;
}
</style>