Shades of Ice Cold #ADE7DE
Tints of Ice Cold #ADE7DE
RGB
CMYK
RGB Variations
Color information
#ADE7DE (or 0xADE7DE) is known color: Ice Cold. HEX triplet: AD, E7 and DE. RGB value is (173,231,222). Sum of RGB (Red+Green+Blue) = 173+231+222=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7DE is #521821. Grayscale: #D4D4D4. Windows color (decimal): -5380130 or 14608301. OLE color: 14608301.
HSL color Cylindrical-coordinate representation of color #ADE7DE: hue angle of 170.69º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7DE is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 222 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.09 |
| HSL | 170.69º | 0.55% | 0.79% | - |
| HSV(B) | 170.69º | 0.25% | 0.91% | - |
| XYZ | 58.99 | 71.31 | 79.76 | - |
| YUV | 212.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 222 | 0.25 | 0 | 0.04 | 0.09 | 170.69 | 0.55 | 0.79 |
| Hex | AD | E7 | DE | 19 | 0 | 4 | 9 | AB | 37 | 4F |
| Octal | 255 | 347 | 336 | 31 | 0 | 4 | 11 | 253 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11011110 | 11001 | 0 | 100 | 1001 | 10101011 | 110111 | 1001111 |
Color Harmonies of #ADE7DE
Complementary color
Monochromatic Colors of #ADE7DE
Black with #ADE7DE
Text Example
Text Example
White with #ADE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7DE; }
p { color: rgb(173,231,222); }
H1.HeaderClassName
{
color: #ADE7DE;
}
.AnyTagClassName
{
color: #ADE7DE;
}
</style>
background-color css
<style>
a { background-color: #ADE7DE; }
a { background-color: rgb(173,231,222); }
div.DivClassName
{
background-color: #ADE7DE;
}
.BgClassName
{
background-color: #ADE7DE;
}
</style>
border-color css
<style>
span { border-color: #ADE7DE; }
span { border-color: rgb(173,231,222); }
td.TdClassName
{
border-color: #ADE7DE;
}
.TagClassName
{
border-color: #ADE7DE;
}
</style>