Shades of Ice Cold #ADE1D9
Tints of Ice Cold #ADE1D9
RGB
CMYK
RGB Variations
Color information
#ADE1D9 (or 0xADE1D9) is known color: Ice Cold. HEX triplet: AD, E1 and D9. RGB value is (173,225,217). Sum of RGB (Red+Green+Blue) = 173+225+217=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1D9 is #521E26. Grayscale: #D0D0D0. Windows color (decimal): -5381671 or 14279085. OLE color: 14279085.
HSL color Cylindrical-coordinate representation of color #ADE1D9: hue angle of 170.77º degrees, saturation: 0.46, 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 #ADE1D9 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 217 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.12 |
| HSL | 170.77º | 0.46% | 0.78% | - |
| HSV(B) | 170.77º | 0.23% | 0.88% | - |
| XYZ | 56.68 | 67.74 | 75.73 | - |
| YUV | 208.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 217 | 0.23 | 0 | 0.04 | 0.12 | 170.77 | 0.46 | 0.78 |
| Hex | AD | E1 | D9 | 17 | 0 | 4 | C | AB | 2E | 4E |
| Octal | 255 | 341 | 331 | 27 | 0 | 4 | 14 | 253 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11011001 | 10111 | 0 | 100 | 1100 | 10101011 | 101110 | 1001110 |
Color Harmonies of #ADE1D9
Complementary color
Monochromatic Colors of #ADE1D9
Black with #ADE1D9
Text Example
Text Example
White with #ADE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1D9; }
p { color: rgb(173,225,217); }
H1.HeaderClassName
{
color: #ADE1D9;
}
.AnyTagClassName
{
color: #ADE1D9;
}
</style>
background-color css
<style>
a { background-color: #ADE1D9; }
a { background-color: rgb(173,225,217); }
div.DivClassName
{
background-color: #ADE1D9;
}
.BgClassName
{
background-color: #ADE1D9;
}
</style>
border-color css
<style>
span { border-color: #ADE1D9; }
span { border-color: rgb(173,225,217); }
td.TdClassName
{
border-color: #ADE1D9;
}
.TagClassName
{
border-color: #ADE1D9;
}
</style>