Shades of Ice Cold #ADE5DE
Tints of Ice Cold #ADE5DE
RGB
CMYK
RGB Variations
Color information
#ADE5DE (or 0xADE5DE) is known color: Ice Cold. HEX triplet: AD, E5 and DE. RGB value is (173,229,222). Sum of RGB (Red+Green+Blue) = 173+229+222=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5DE is #521A21. Grayscale: #D3D3D3. Windows color (decimal): -5380642 or 14607789. OLE color: 14607789.
HSL color Cylindrical-coordinate representation of color #ADE5DE: hue angle of 172.5º 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 #ADE5DE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 222 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.10 |
| HSL | 172.5º | 0.52% | 0.79% | - |
| HSV(B) | 172.5º | 0.24% | 0.9% | - |
| XYZ | 58.44 | 70.2 | 79.58 | - |
| YUV | 211.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 222 | 0.24 | 0 | 0.03 | 0.10 | 172.5 | 0.52 | 0.79 |
| Hex | AD | E5 | DE | 18 | 0 | 3 | A | AC | 34 | 4F |
| Octal | 255 | 345 | 336 | 30 | 0 | 3 | 12 | 254 | 64 | 117 |
| Binary | 10101101 | 11100101 | 11011110 | 11000 | 0 | 11 | 1010 | 10101100 | 110100 | 1001111 |
Color Harmonies of #ADE5DE
Complementary color
Monochromatic Colors of #ADE5DE
Black with #ADE5DE
Text Example
Text Example
White with #ADE5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5DE; }
p { color: rgb(173,229,222); }
H1.HeaderClassName
{
color: #ADE5DE;
}
.AnyTagClassName
{
color: #ADE5DE;
}
</style>
background-color css
<style>
a { background-color: #ADE5DE; }
a { background-color: rgb(173,229,222); }
div.DivClassName
{
background-color: #ADE5DE;
}
.BgClassName
{
background-color: #ADE5DE;
}
</style>
border-color css
<style>
span { border-color: #ADE5DE; }
span { border-color: rgb(173,229,222); }
td.TdClassName
{
border-color: #ADE5DE;
}
.TagClassName
{
border-color: #ADE5DE;
}
</style>