Shades of Ice Cold #ADE7D4
Tints of Ice Cold #ADE7D4
RGB
CMYK
RGB Variations
Color information
#ADE7D4 (or 0xADE7D4) is known color: Ice Cold. HEX triplet: AD, E7 and D4. RGB value is (173,231,212). Sum of RGB (Red+Green+Blue) = 173+231+212=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7D4 is #52182B. Grayscale: #D3D3D3. Windows color (decimal): -5380140 or 13952941. OLE color: 13952941.
HSL color Cylindrical-coordinate representation of color #ADE7D4: hue angle of 160.34º 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 #ADE7D4 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 212 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.09 |
| HSL | 160.34º | 0.55% | 0.79% | - |
| HSV(B) | 160.34º | 0.25% | 0.91% | - |
| XYZ | 57.69 | 70.79 | 72.91 | - |
| YUV | 211.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 212 | 0.25 | 0 | 0.08 | 0.09 | 160.34 | 0.55 | 0.79 |
| Hex | AD | E7 | D4 | 19 | 0 | 8 | 9 | A0 | 37 | 4F |
| Octal | 255 | 347 | 324 | 31 | 0 | 10 | 11 | 240 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11010100 | 11001 | 0 | 1000 | 1001 | 10100000 | 110111 | 1001111 |
Color Harmonies of #ADE7D4
Complementary color
Monochromatic Colors of #ADE7D4
Black with #ADE7D4
Text Example
Text Example
White with #ADE7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7D4; }
p { color: rgb(173,231,212); }
H1.HeaderClassName
{
color: #ADE7D4;
}
.AnyTagClassName
{
color: #ADE7D4;
}
</style>
background-color css
<style>
a { background-color: #ADE7D4; }
a { background-color: rgb(173,231,212); }
div.DivClassName
{
background-color: #ADE7D4;
}
.BgClassName
{
background-color: #ADE7D4;
}
</style>
border-color css
<style>
span { border-color: #ADE7D4; }
span { border-color: rgb(173,231,212); }
td.TdClassName
{
border-color: #ADE7D4;
}
.TagClassName
{
border-color: #ADE7D4;
}
</style>