Shades of Ice Cold #ADE3DE
Tints of Ice Cold #ADE3DE
RGB
CMYK
RGB Variations
Color information
#ADE3DE (or 0xADE3DE) is known color: Ice Cold. HEX triplet: AD, E3 and DE. RGB value is (173,227,222). Sum of RGB (Red+Green+Blue) = 173+227+222=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3DE is #521C21. Grayscale: #D2D2D2. Windows color (decimal): -5381154 or 14607277. OLE color: 14607277.
HSL color Cylindrical-coordinate representation of color #ADE3DE: hue angle of 174.44º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3DE is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 222 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.11 |
| HSL | 174.44º | 0.49% | 0.78% | - |
| HSV(B) | 174.44º | 0.24% | 0.89% | - |
| XYZ | 57.89 | 69.1 | 79.39 | - |
| YUV | 210.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 222 | 0.24 | 0 | 0.02 | 0.11 | 174.44 | 0.49 | 0.78 |
| Hex | AD | E3 | DE | 18 | 0 | 2 | B | AE | 31 | 4E |
| Octal | 255 | 343 | 336 | 30 | 0 | 2 | 13 | 256 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11011110 | 11000 | 0 | 10 | 1011 | 10101110 | 110001 | 1001110 |
Color Harmonies of #ADE3DE
Complementary color
Monochromatic Colors of #ADE3DE
Black with #ADE3DE
Text Example
Text Example
White with #ADE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3DE; }
p { color: rgb(173,227,222); }
H1.HeaderClassName
{
color: #ADE3DE;
}
.AnyTagClassName
{
color: #ADE3DE;
}
</style>
background-color css
<style>
a { background-color: #ADE3DE; }
a { background-color: rgb(173,227,222); }
div.DivClassName
{
background-color: #ADE3DE;
}
.BgClassName
{
background-color: #ADE3DE;
}
</style>
border-color css
<style>
span { border-color: #ADE3DE; }
span { border-color: rgb(173,227,222); }
td.TdClassName
{
border-color: #ADE3DE;
}
.TagClassName
{
border-color: #ADE3DE;
}
</style>