Shades of Ice Cold #ADE9DA
Tints of Ice Cold #ADE9DA
RGB
CMYK
RGB Variations
Color information
#ADE9DA (or 0xADE9DA) is known color: Ice Cold. HEX triplet: AD, E9 and DA. RGB value is (173,233,218). Sum of RGB (Red+Green+Blue) = 173+233+218=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9DA is #521625. Grayscale: #D5D5D5. Windows color (decimal): -5379622 or 14346669. OLE color: 14346669.
HSL color Cylindrical-coordinate representation of color #ADE9DA: hue angle of 165º 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 #ADE9DA is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 218 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.09 |
| HSL | 165º | 0.58% | 0.8% | - |
| HSV(B) | 165º | 0.26% | 0.91% | - |
| XYZ | 59.03 | 72.22 | 77.16 | - |
| YUV | 213.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 218 | 0.26 | 0 | 0.06 | 0.09 | 165 | 0.58 | 0.8 |
| Hex | AD | E9 | DA | 1A | 0 | 6 | 9 | A5 | 3A | 50 |
| Octal | 255 | 351 | 332 | 32 | 0 | 6 | 11 | 245 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11011010 | 11010 | 0 | 110 | 1001 | 10100101 | 111010 | 1010000 |
Color Harmonies of #ADE9DA
Complementary color
Monochromatic Colors of #ADE9DA
Black with #ADE9DA
Text Example
Text Example
White with #ADE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9DA; }
p { color: rgb(173,233,218); }
H1.HeaderClassName
{
color: #ADE9DA;
}
.AnyTagClassName
{
color: #ADE9DA;
}
</style>
background-color css
<style>
a { background-color: #ADE9DA; }
a { background-color: rgb(173,233,218); }
div.DivClassName
{
background-color: #ADE9DA;
}
.BgClassName
{
background-color: #ADE9DA;
}
</style>
border-color css
<style>
span { border-color: #ADE9DA; }
span { border-color: rgb(173,233,218); }
td.TdClassName
{
border-color: #ADE9DA;
}
.TagClassName
{
border-color: #ADE9DA;
}
</style>