Shades of Ice Cold #ADE5DB
Tints of Ice Cold #ADE5DB
RGB
CMYK
RGB Variations
Color information
#ADE5DB (or 0xADE5DB) is known color: Ice Cold. HEX triplet: AD, E5 and DB. RGB value is (173,229,219). Sum of RGB (Red+Green+Blue) = 173+229+219=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5DB is #521A24. Grayscale: #D3D3D3. Windows color (decimal): -5380645 or 14411181. OLE color: 14411181.
HSL color Cylindrical-coordinate representation of color #ADE5DB: hue angle of 169.29º 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 #ADE5DB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 219 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.10 |
| HSL | 169.29º | 0.52% | 0.79% | - |
| HSV(B) | 169.29º | 0.24% | 0.9% | - |
| XYZ | 58.04 | 70.04 | 77.48 | - |
| YUV | 211.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 219 | 0.24 | 0 | 0.04 | 0.10 | 169.29 | 0.52 | 0.79 |
| Hex | AD | E5 | DB | 18 | 0 | 4 | A | A9 | 34 | 4F |
| Octal | 255 | 345 | 333 | 30 | 0 | 4 | 12 | 251 | 64 | 117 |
| Binary | 10101101 | 11100101 | 11011011 | 11000 | 0 | 100 | 1010 | 10101001 | 110100 | 1001111 |
Color Harmonies of #ADE5DB
Complementary color
Monochromatic Colors of #ADE5DB
Black with #ADE5DB
Text Example
Text Example
White with #ADE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5DB; }
p { color: rgb(173,229,219); }
H1.HeaderClassName
{
color: #ADE5DB;
}
.AnyTagClassName
{
color: #ADE5DB;
}
</style>
background-color css
<style>
a { background-color: #ADE5DB; }
a { background-color: rgb(173,229,219); }
div.DivClassName
{
background-color: #ADE5DB;
}
.BgClassName
{
background-color: #ADE5DB;
}
</style>
border-color css
<style>
span { border-color: #ADE5DB; }
span { border-color: rgb(173,229,219); }
td.TdClassName
{
border-color: #ADE5DB;
}
.TagClassName
{
border-color: #ADE5DB;
}
</style>