Shades of Ice Cold #ADE6DB
Tints of Ice Cold #ADE6DB
RGB
CMYK
RGB Variations
Color information
#ADE6DB (or 0xADE6DB) is known color: Ice Cold. HEX triplet: AD, E6 and DB. RGB value is (173,230,219). Sum of RGB (Red+Green+Blue) = 173+230+219=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6DB is #521924. Grayscale: #D3D3D3. Windows color (decimal): -5380389 or 14411437. OLE color: 14411437.
HSL color Cylindrical-coordinate representation of color #ADE6DB: hue angle of 168.42º 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 #ADE6DB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 219 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.10 |
| HSL | 168.42º | 0.53% | 0.79% | - |
| HSV(B) | 168.42º | 0.25% | 0.9% | - |
| XYZ | 58.32 | 70.59 | 77.57 | - |
| YUV | 211.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 219 | 0.25 | 0 | 0.05 | 0.10 | 168.42 | 0.53 | 0.79 |
| Hex | AD | E6 | DB | 19 | 0 | 5 | A | A8 | 35 | 4F |
| Octal | 255 | 346 | 333 | 31 | 0 | 5 | 12 | 250 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11011011 | 11001 | 0 | 101 | 1010 | 10101000 | 110101 | 1001111 |
Color Harmonies of #ADE6DB
Complementary color
Monochromatic Colors of #ADE6DB
Black with #ADE6DB
Text Example
Text Example
White with #ADE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6DB; }
p { color: rgb(173,230,219); }
H1.HeaderClassName
{
color: #ADE6DB;
}
.AnyTagClassName
{
color: #ADE6DB;
}
</style>
background-color css
<style>
a { background-color: #ADE6DB; }
a { background-color: rgb(173,230,219); }
div.DivClassName
{
background-color: #ADE6DB;
}
.BgClassName
{
background-color: #ADE6DB;
}
</style>
border-color css
<style>
span { border-color: #ADE6DB; }
span { border-color: rgb(173,230,219); }
td.TdClassName
{
border-color: #ADE6DB;
}
.TagClassName
{
border-color: #ADE6DB;
}
</style>