Shades of Ice Cold #ADE9D5
Tints of Ice Cold #ADE9D5
RGB
CMYK
RGB Variations
Color information
#ADE9D5 (or 0xADE9D5) is known color: Ice Cold. HEX triplet: AD, E9 and D5. RGB value is (173,233,213). Sum of RGB (Red+Green+Blue) = 173+233+213=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9D5 is #52162A. Grayscale: #D4D4D4. Windows color (decimal): -5379627 or 14018989. OLE color: 14018989.
HSL color Cylindrical-coordinate representation of color #ADE9D5: hue angle of 160º 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 #ADE9D5 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 233 | 213 | - |
CMYK | 0.26 | 0 | 0.09 | 0.09 |
HSL | 160º | 0.58% | 0.8% | - |
HSV(B) | 160º | 0.26% | 0.91% | - |
XYZ | 58.38 | 71.97 | 73.76 | - |
YUV | 212.78 | 128.12 | 99.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 233 | 213 | 0.26 | 0 | 0.09 | 0.09 | 160 | 0.58 | 0.8 |
Hex | AD | E9 | D5 | 1A | 0 | 9 | 9 | A0 | 3A | 50 |
Octal | 255 | 351 | 325 | 32 | 0 | 11 | 11 | 240 | 72 | 120 |
Binary | 10101101 | 11101001 | 11010101 | 11010 | 0 | 1001 | 1001 | 10100000 | 111010 | 1010000 |
Color Harmonies of #ADE9D5
Complementary color
Monochromatic Colors of #ADE9D5
Black with #ADE9D5
Text Example
Text Example
White with #ADE9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9D5; }
p { color: rgb(173,233,213); }
H1.HeaderClassName
{
color: #ADE9D5;
}
.AnyTagClassName
{
color: #ADE9D5;
}
</style>
background-color css
<style>
a { background-color: #ADE9D5; }
a { background-color: rgb(173,233,213); }
div.DivClassName
{
background-color: #ADE9D5;
}
.BgClassName
{
background-color: #ADE9D5;
}
</style>
border-color css
<style>
span { border-color: #ADE9D5; }
span { border-color: rgb(173,233,213); }
td.TdClassName
{
border-color: #ADE9D5;
}
.TagClassName
{
border-color: #ADE9D5;
}
</style>