Shades of Ice Cold #ADE2DB
Tints of Ice Cold #ADE2DB
RGB
CMYK
RGB Variations
Color information
#ADE2DB (or 0xADE2DB) is known color: Ice Cold. HEX triplet: AD, E2 and DB. RGB value is (173,226,219). Sum of RGB (Red+Green+Blue) = 173+226+219=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DB is #521D24. Grayscale: #D1D1D1. Windows color (decimal): -5381413 or 14410413. OLE color: 14410413.
HSL color Cylindrical-coordinate representation of color #ADE2DB: hue angle of 172.08º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 219 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.11 |
| HSL | 172.08º | 0.48% | 0.78% | - |
| HSV(B) | 172.08º | 0.23% | 0.89% | - |
| XYZ | 57.22 | 68.39 | 77.2 | - |
| YUV | 209.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 219 | 0.23 | 0 | 0.03 | 0.11 | 172.08 | 0.48 | 0.78 |
| Hex | AD | E2 | DB | 17 | 0 | 3 | B | AC | 30 | 4E |
| Octal | 255 | 342 | 333 | 27 | 0 | 3 | 13 | 254 | 60 | 116 |
| Binary | 10101101 | 11100010 | 11011011 | 10111 | 0 | 11 | 1011 | 10101100 | 110000 | 1001110 |
Color Harmonies of #ADE2DB
Complementary color
Monochromatic Colors of #ADE2DB
Black with #ADE2DB
Text Example
Text Example
White with #ADE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2DB; }
p { color: rgb(173,226,219); }
H1.HeaderClassName
{
color: #ADE2DB;
}
.AnyTagClassName
{
color: #ADE2DB;
}
</style>
background-color css
<style>
a { background-color: #ADE2DB; }
a { background-color: rgb(173,226,219); }
div.DivClassName
{
background-color: #ADE2DB;
}
.BgClassName
{
background-color: #ADE2DB;
}
</style>
border-color css
<style>
span { border-color: #ADE2DB; }
span { border-color: rgb(173,226,219); }
td.TdClassName
{
border-color: #ADE2DB;
}
.TagClassName
{
border-color: #ADE2DB;
}
</style>