Shades of Ice Cold #ADE4DB
Tints of Ice Cold #ADE4DB
RGB
CMYK
RGB Variations
Color information
#ADE4DB (or 0xADE4DB) is known color: Ice Cold. HEX triplet: AD, E4 and DB. RGB value is (173,228,219). Sum of RGB (Red+Green+Blue) = 173+228+219=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4DB is #521B24. Grayscale: #D2D2D2. Windows color (decimal): -5380901 or 14410925. OLE color: 14410925.
HSL color Cylindrical-coordinate representation of color #ADE4DB: hue angle of 170.18º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4DB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 219 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.11 |
| HSL | 170.18º | 0.5% | 0.79% | - |
| HSV(B) | 170.18º | 0.24% | 0.89% | - |
| XYZ | 57.76 | 69.49 | 77.39 | - |
| YUV | 210.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 219 | 0.24 | 0 | 0.04 | 0.11 | 170.18 | 0.5 | 0.79 |
| Hex | AD | E4 | DB | 18 | 0 | 4 | B | AA | 32 | 4F |
| Octal | 255 | 344 | 333 | 30 | 0 | 4 | 13 | 252 | 62 | 117 |
| Binary | 10101101 | 11100100 | 11011011 | 11000 | 0 | 100 | 1011 | 10101010 | 110010 | 1001111 |
Color Harmonies of #ADE4DB
Complementary color
Monochromatic Colors of #ADE4DB
Black with #ADE4DB
Text Example
Text Example
White with #ADE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4DB; }
p { color: rgb(173,228,219); }
H1.HeaderClassName
{
color: #ADE4DB;
}
.AnyTagClassName
{
color: #ADE4DB;
}
</style>
background-color css
<style>
a { background-color: #ADE4DB; }
a { background-color: rgb(173,228,219); }
div.DivClassName
{
background-color: #ADE4DB;
}
.BgClassName
{
background-color: #ADE4DB;
}
</style>
border-color css
<style>
span { border-color: #ADE4DB; }
span { border-color: rgb(173,228,219); }
td.TdClassName
{
border-color: #ADE4DB;
}
.TagClassName
{
border-color: #ADE4DB;
}
</style>