Shades of Ice Cold #ADE6D3
Tints of Ice Cold #ADE6D3
RGB
CMYK
RGB Variations
Color information
#ADE6D3 (or 0xADE6D3) is known color: Ice Cold. HEX triplet: AD, E6 and D3. RGB value is (173,230,211). Sum of RGB (Red+Green+Blue) = 173+230+211=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6D3 is #52192C. Grayscale: #D2D2D2. Windows color (decimal): -5380397 or 13887149. OLE color: 13887149.
HSL color Cylindrical-coordinate representation of color #ADE6D3: hue angle of 160º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6D3 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 211 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.10 |
| HSL | 160º | 0.53% | 0.79% | - |
| HSV(B) | 160º | 0.25% | 0.9% | - |
| XYZ | 57.29 | 70.18 | 72.15 | - |
| YUV | 210.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 211 | 0.25 | 0 | 0.08 | 0.10 | 160 | 0.53 | 0.79 |
| Hex | AD | E6 | D3 | 19 | 0 | 8 | A | A0 | 35 | 4F |
| Octal | 255 | 346 | 323 | 31 | 0 | 10 | 12 | 240 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11010011 | 11001 | 0 | 1000 | 1010 | 10100000 | 110101 | 1001111 |
Color Harmonies of #ADE6D3
Complementary color
Monochromatic Colors of #ADE6D3
Black with #ADE6D3
Text Example
Text Example
White with #ADE6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6D3; }
p { color: rgb(173,230,211); }
H1.HeaderClassName
{
color: #ADE6D3;
}
.AnyTagClassName
{
color: #ADE6D3;
}
</style>
background-color css
<style>
a { background-color: #ADE6D3; }
a { background-color: rgb(173,230,211); }
div.DivClassName
{
background-color: #ADE6D3;
}
.BgClassName
{
background-color: #ADE6D3;
}
</style>
border-color css
<style>
span { border-color: #ADE6D3; }
span { border-color: rgb(173,230,211); }
td.TdClassName
{
border-color: #ADE6D3;
}
.TagClassName
{
border-color: #ADE6D3;
}
</style>