Shades of Ice Cold #ADE9D4
Tints of Ice Cold #ADE9D4
RGB
CMYK
RGB Variations
Color information
#ADE9D4 (or 0xADE9D4) is known color: Ice Cold. HEX triplet: AD, E9 and D4. RGB value is (173,233,212). Sum of RGB (Red+Green+Blue) = 173+233+212=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9D4 is #52162B. Grayscale: #D4D4D4. Windows color (decimal): -5379628 or 13953453. OLE color: 13953453.
HSL color Cylindrical-coordinate representation of color #ADE9D4: hue angle of 159º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9D4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 212 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.09 |
| HSL | 159º | 0.58% | 0.8% | - |
| HSV(B) | 159º | 0.26% | 0.91% | - |
| XYZ | 58.26 | 71.92 | 73.1 | - |
| YUV | 212.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 212 | 0.26 | 0 | 0.09 | 0.09 | 159 | 0.58 | 0.8 |
| Hex | AD | E9 | D4 | 1A | 0 | 9 | 9 | 9F | 3A | 50 |
| Octal | 255 | 351 | 324 | 32 | 0 | 11 | 11 | 237 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11010100 | 11010 | 0 | 1001 | 1001 | 10011111 | 111010 | 1010000 |
Color Harmonies of #ADE9D4
Complementary color
Monochromatic Colors of #ADE9D4
Black with #ADE9D4
Text Example
Text Example
White with #ADE9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9D4; }
p { color: rgb(173,233,212); }
H1.HeaderClassName
{
color: #ADE9D4;
}
.AnyTagClassName
{
color: #ADE9D4;
}
</style>
background-color css
<style>
a { background-color: #ADE9D4; }
a { background-color: rgb(173,233,212); }
div.DivClassName
{
background-color: #ADE9D4;
}
.BgClassName
{
background-color: #ADE9D4;
}
</style>
border-color css
<style>
span { border-color: #ADE9D4; }
span { border-color: rgb(173,233,212); }
td.TdClassName
{
border-color: #ADE9D4;
}
.TagClassName
{
border-color: #ADE9D4;
}
</style>