Shades of Ice Cold #ADE5DC
Tints of Ice Cold #ADE5DC
RGB
CMYK
RGB Variations
Color information
#ADE5DC (or 0xADE5DC) is known color: Ice Cold. HEX triplet: AD, E5 and DC. RGB value is (173,229,220). Sum of RGB (Red+Green+Blue) = 173+229+220=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5DC is #521A23. Grayscale: #D3D3D3. Windows color (decimal): -5380644 or 14476717. OLE color: 14476717.
HSL color Cylindrical-coordinate representation of color #ADE5DC: hue angle of 170.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5DC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 220 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.10 |
| HSL | 170.36º | 0.52% | 0.79% | - |
| HSV(B) | 170.36º | 0.24% | 0.9% | - |
| XYZ | 58.17 | 70.09 | 78.17 | - |
| YUV | 211.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 220 | 0.24 | 0 | 0.04 | 0.10 | 170.36 | 0.52 | 0.79 |
| Hex | AD | E5 | DC | 18 | 0 | 4 | A | AA | 34 | 4F |
| Octal | 255 | 345 | 334 | 30 | 0 | 4 | 12 | 252 | 64 | 117 |
| Binary | 10101101 | 11100101 | 11011100 | 11000 | 0 | 100 | 1010 | 10101010 | 110100 | 1001111 |
Color Harmonies of #ADE5DC
Complementary color
Monochromatic Colors of #ADE5DC
Black with #ADE5DC
Text Example
Text Example
White with #ADE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5DC; }
p { color: rgb(173,229,220); }
H1.HeaderClassName
{
color: #ADE5DC;
}
.AnyTagClassName
{
color: #ADE5DC;
}
</style>
background-color css
<style>
a { background-color: #ADE5DC; }
a { background-color: rgb(173,229,220); }
div.DivClassName
{
background-color: #ADE5DC;
}
.BgClassName
{
background-color: #ADE5DC;
}
</style>
border-color css
<style>
span { border-color: #ADE5DC; }
span { border-color: rgb(173,229,220); }
td.TdClassName
{
border-color: #ADE5DC;
}
.TagClassName
{
border-color: #ADE5DC;
}
</style>