Shades of Ice Cold #ADE3DC
Tints of Ice Cold #ADE3DC
RGB
CMYK
RGB Variations
Color information
#ADE3DC (or 0xADE3DC) is known color: Ice Cold. HEX triplet: AD, E3 and DC. RGB value is (173,227,220). Sum of RGB (Red+Green+Blue) = 173+227+220=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3DC is #521C23. Grayscale: #D2D2D2. Windows color (decimal): -5381156 or 14476205. OLE color: 14476205.
HSL color Cylindrical-coordinate representation of color #ADE3DC: hue angle of 172.22º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3DC is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 220 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.11 |
| HSL | 172.22º | 0.49% | 0.78% | - |
| HSV(B) | 172.22º | 0.24% | 0.89% | - |
| XYZ | 57.62 | 68.99 | 77.99 | - |
| YUV | 210.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 220 | 0.24 | 0 | 0.03 | 0.11 | 172.22 | 0.49 | 0.78 |
| Hex | AD | E3 | DC | 18 | 0 | 3 | B | AC | 31 | 4E |
| Octal | 255 | 343 | 334 | 30 | 0 | 3 | 13 | 254 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11011100 | 11000 | 0 | 11 | 1011 | 10101100 | 110001 | 1001110 |
Color Harmonies of #ADE3DC
Complementary color
Monochromatic Colors of #ADE3DC
Black with #ADE3DC
Text Example
Text Example
White with #ADE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3DC; }
p { color: rgb(173,227,220); }
H1.HeaderClassName
{
color: #ADE3DC;
}
.AnyTagClassName
{
color: #ADE3DC;
}
</style>
background-color css
<style>
a { background-color: #ADE3DC; }
a { background-color: rgb(173,227,220); }
div.DivClassName
{
background-color: #ADE3DC;
}
.BgClassName
{
background-color: #ADE3DC;
}
</style>
border-color css
<style>
span { border-color: #ADE3DC; }
span { border-color: rgb(173,227,220); }
td.TdClassName
{
border-color: #ADE3DC;
}
.TagClassName
{
border-color: #ADE3DC;
}
</style>