Shades of Ice Cold #ADE5D2
Tints of Ice Cold #ADE5D2
RGB
CMYK
RGB Variations
Color information
#ADE5D2 (or 0xADE5D2) is known color: Ice Cold. HEX triplet: AD, E5 and D2. RGB value is (173,229,210). Sum of RGB (Red+Green+Blue) = 173+229+210=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5D2 is #521A2D. Grayscale: #D2D2D2. Windows color (decimal): -5380654 or 13821357. OLE color: 13821357.
HSL color Cylindrical-coordinate representation of color #ADE5D2: hue angle of 159.64º 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 #ADE5D2 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 210 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.10 |
| HSL | 159.64º | 0.52% | 0.79% | - |
| HSV(B) | 159.64º | 0.24% | 0.9% | - |
| XYZ | 56.89 | 69.58 | 71.4 | - |
| YUV | 210.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 210 | 0.24 | 0 | 0.08 | 0.10 | 159.64 | 0.52 | 0.79 |
| Hex | AD | E5 | D2 | 18 | 0 | 8 | A | A0 | 34 | 4F |
| Octal | 255 | 345 | 322 | 30 | 0 | 10 | 12 | 240 | 64 | 117 |
| Binary | 10101101 | 11100101 | 11010010 | 11000 | 0 | 1000 | 1010 | 10100000 | 110100 | 1001111 |
Color Harmonies of #ADE5D2
Complementary color
Monochromatic Colors of #ADE5D2
Black with #ADE5D2
Text Example
Text Example
White with #ADE5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5D2; }
p { color: rgb(173,229,210); }
H1.HeaderClassName
{
color: #ADE5D2;
}
.AnyTagClassName
{
color: #ADE5D2;
}
</style>
background-color css
<style>
a { background-color: #ADE5D2; }
a { background-color: rgb(173,229,210); }
div.DivClassName
{
background-color: #ADE5D2;
}
.BgClassName
{
background-color: #ADE5D2;
}
</style>
border-color css
<style>
span { border-color: #ADE5D2; }
span { border-color: rgb(173,229,210); }
td.TdClassName
{
border-color: #ADE5D2;
}
.TagClassName
{
border-color: #ADE5D2;
}
</style>