Shades of Ice Cold #ADE3D8
Tints of Ice Cold #ADE3D8
RGB
CMYK
RGB Variations
Color information
#ADE3D8 (or 0xADE3D8) is known color: Ice Cold. HEX triplet: AD, E3 and D8. RGB value is (173,227,216). Sum of RGB (Red+Green+Blue) = 173+227+216=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3D8 is #521C27. Grayscale: #D1D1D1. Windows color (decimal): -5381160 or 14214061. OLE color: 14214061.
HSL color Cylindrical-coordinate representation of color #ADE3D8: hue angle of 167.78º 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 #ADE3D8 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 216 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.11 |
| HSL | 167.78º | 0.49% | 0.78% | - |
| HSV(B) | 167.78º | 0.24% | 0.89% | - |
| XYZ | 57.1 | 68.78 | 75.23 | - |
| YUV | 209.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 216 | 0.24 | 0 | 0.05 | 0.11 | 167.78 | 0.49 | 0.78 |
| Hex | AD | E3 | D8 | 18 | 0 | 5 | B | A8 | 31 | 4E |
| Octal | 255 | 343 | 330 | 30 | 0 | 5 | 13 | 250 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11011000 | 11000 | 0 | 101 | 1011 | 10101000 | 110001 | 1001110 |
Color Harmonies of #ADE3D8
Complementary color
Monochromatic Colors of #ADE3D8
Black with #ADE3D8
Text Example
Text Example
White with #ADE3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3D8; }
p { color: rgb(173,227,216); }
H1.HeaderClassName
{
color: #ADE3D8;
}
.AnyTagClassName
{
color: #ADE3D8;
}
</style>
background-color css
<style>
a { background-color: #ADE3D8; }
a { background-color: rgb(173,227,216); }
div.DivClassName
{
background-color: #ADE3D8;
}
.BgClassName
{
background-color: #ADE3D8;
}
</style>
border-color css
<style>
span { border-color: #ADE3D8; }
span { border-color: rgb(173,227,216); }
td.TdClassName
{
border-color: #ADE3D8;
}
.TagClassName
{
border-color: #ADE3D8;
}
</style>