Shades of Ice Cold #ADE2DC
Tints of Ice Cold #ADE2DC
RGB
CMYK
RGB Variations
Color information
#ADE2DC (or 0xADE2DC) is known color: Ice Cold. HEX triplet: AD, E2 and DC. RGB value is (173,226,220). Sum of RGB (Red+Green+Blue) = 173+226+220=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DC is #521D23. Grayscale: #D1D1D1. Windows color (decimal): -5381412 or 14475949. OLE color: 14475949.
HSL color Cylindrical-coordinate representation of color #ADE2DC: hue angle of 173.21º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 220 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.11 |
| HSL | 173.21º | 0.48% | 0.78% | - |
| HSV(B) | 173.21º | 0.23% | 0.89% | - |
| XYZ | 57.35 | 68.44 | 77.9 | - |
| YUV | 209.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 220 | 0.23 | 0 | 0.03 | 0.11 | 173.21 | 0.48 | 0.78 |
| Hex | AD | E2 | DC | 17 | 0 | 3 | B | AD | 30 | 4E |
| Octal | 255 | 342 | 334 | 27 | 0 | 3 | 13 | 255 | 60 | 116 |
| Binary | 10101101 | 11100010 | 11011100 | 10111 | 0 | 11 | 1011 | 10101101 | 110000 | 1001110 |
Color Harmonies of #ADE2DC
Complementary color
Monochromatic Colors of #ADE2DC
Black with #ADE2DC
Text Example
Text Example
White with #ADE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2DC; }
p { color: rgb(173,226,220); }
H1.HeaderClassName
{
color: #ADE2DC;
}
.AnyTagClassName
{
color: #ADE2DC;
}
</style>
background-color css
<style>
a { background-color: #ADE2DC; }
a { background-color: rgb(173,226,220); }
div.DivClassName
{
background-color: #ADE2DC;
}
.BgClassName
{
background-color: #ADE2DC;
}
</style>
border-color css
<style>
span { border-color: #ADE2DC; }
span { border-color: rgb(173,226,220); }
td.TdClassName
{
border-color: #ADE2DC;
}
.TagClassName
{
border-color: #ADE2DC;
}
</style>