Shades of Ice Cold #ADE3DB
Tints of Ice Cold #ADE3DB
RGB
CMYK
RGB Variations
Color information
#ADE3DB (or 0xADE3DB) is known color: Ice Cold. HEX triplet: AD, E3 and DB. RGB value is (173,227,219). Sum of RGB (Red+Green+Blue) = 173+227+219=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3DB is #521C24. Grayscale: #D1D1D1. Windows color (decimal): -5381157 or 14410669. OLE color: 14410669.
HSL color Cylindrical-coordinate representation of color #ADE3DB: hue angle of 171.11º 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 #ADE3DB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 219 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.11 |
| HSL | 171.11º | 0.49% | 0.78% | - |
| HSV(B) | 171.11º | 0.24% | 0.89% | - |
| XYZ | 57.49 | 68.94 | 77.29 | - |
| YUV | 209.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 219 | 0.24 | 0 | 0.04 | 0.11 | 171.11 | 0.49 | 0.78 |
| Hex | AD | E3 | DB | 18 | 0 | 4 | B | AB | 31 | 4E |
| Octal | 255 | 343 | 333 | 30 | 0 | 4 | 13 | 253 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11011011 | 11000 | 0 | 100 | 1011 | 10101011 | 110001 | 1001110 |
Color Harmonies of #ADE3DB
Complementary color
Monochromatic Colors of #ADE3DB
Black with #ADE3DB
Text Example
Text Example
White with #ADE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3DB; }
p { color: rgb(173,227,219); }
H1.HeaderClassName
{
color: #ADE3DB;
}
.AnyTagClassName
{
color: #ADE3DB;
}
</style>
background-color css
<style>
a { background-color: #ADE3DB; }
a { background-color: rgb(173,227,219); }
div.DivClassName
{
background-color: #ADE3DB;
}
.BgClassName
{
background-color: #ADE3DB;
}
</style>
border-color css
<style>
span { border-color: #ADE3DB; }
span { border-color: rgb(173,227,219); }
td.TdClassName
{
border-color: #ADE3DB;
}
.TagClassName
{
border-color: #ADE3DB;
}
</style>