Shades of Ice Cold #ADE9D6
Tints of Ice Cold #ADE9D6
RGB
CMYK
RGB Variations
Color information
#ADE9D6 (or 0xADE9D6) is known color: Ice Cold. HEX triplet: AD, E9 and D6. RGB value is (173,233,214). Sum of RGB (Red+Green+Blue) = 173+233+214=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9D6 is #521629. Grayscale: #D4D4D4. Windows color (decimal): -5379626 or 14084525. OLE color: 14084525.
HSL color Cylindrical-coordinate representation of color #ADE9D6: hue angle of 161º 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 #ADE9D6 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 214 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.09 |
| HSL | 161º | 0.58% | 0.8% | - |
| HSV(B) | 161º | 0.26% | 0.91% | - |
| XYZ | 58.51 | 72.02 | 74.44 | - |
| YUV | 212.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 214 | 0.26 | 0 | 0.08 | 0.09 | 161 | 0.58 | 0.8 |
| Hex | AD | E9 | D6 | 1A | 0 | 8 | 9 | A1 | 3A | 50 |
| Octal | 255 | 351 | 326 | 32 | 0 | 10 | 11 | 241 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11010110 | 11010 | 0 | 1000 | 1001 | 10100001 | 111010 | 1010000 |
Color Harmonies of #ADE9D6
Complementary color
Monochromatic Colors of #ADE9D6
Black with #ADE9D6
Text Example
Text Example
White with #ADE9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9D6; }
p { color: rgb(173,233,214); }
H1.HeaderClassName
{
color: #ADE9D6;
}
.AnyTagClassName
{
color: #ADE9D6;
}
</style>
background-color css
<style>
a { background-color: #ADE9D6; }
a { background-color: rgb(173,233,214); }
div.DivClassName
{
background-color: #ADE9D6;
}
.BgClassName
{
background-color: #ADE9D6;
}
</style>
border-color css
<style>
span { border-color: #ADE9D6; }
span { border-color: rgb(173,233,214); }
td.TdClassName
{
border-color: #ADE9D6;
}
.TagClassName
{
border-color: #ADE9D6;
}
</style>