Shades of Ice Cold #ADE3DD
Tints of Ice Cold #ADE3DD
RGB
CMYK
RGB Variations
Color information
#ADE3DD (or 0xADE3DD) is known color: Ice Cold. HEX triplet: AD, E3 and DD. RGB value is (173,227,221). Sum of RGB (Red+Green+Blue) = 173+227+221=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3DD is #521C22. Grayscale: #D2D2D2. Windows color (decimal): -5381155 or 14541741. OLE color: 14541741.
HSL color Cylindrical-coordinate representation of color #ADE3DD: hue angle of 173.33º 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 #ADE3DD is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 227 | 221 | - |
CMYK | 0.24 | 0 | 0.03 | 0.11 |
HSL | 173.33º | 0.49% | 0.78% | - |
HSV(B) | 173.33º | 0.24% | 0.89% | - |
XYZ | 57.75 | 69.04 | 78.69 | - |
YUV | 210.17 | 134.11 | 101.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 227 | 221 | 0.24 | 0 | 0.03 | 0.11 | 173.33 | 0.49 | 0.78 |
Hex | AD | E3 | DD | 18 | 0 | 3 | B | AD | 31 | 4E |
Octal | 255 | 343 | 335 | 30 | 0 | 3 | 13 | 255 | 61 | 116 |
Binary | 10101101 | 11100011 | 11011101 | 11000 | 0 | 11 | 1011 | 10101101 | 110001 | 1001110 |
Color Harmonies of #ADE3DD
Complementary color
Monochromatic Colors of #ADE3DD
Black with #ADE3DD
Text Example
Text Example
White with #ADE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3DD; }
p { color: rgb(173,227,221); }
H1.HeaderClassName
{
color: #ADE3DD;
}
.AnyTagClassName
{
color: #ADE3DD;
}
</style>
background-color css
<style>
a { background-color: #ADE3DD; }
a { background-color: rgb(173,227,221); }
div.DivClassName
{
background-color: #ADE3DD;
}
.BgClassName
{
background-color: #ADE3DD;
}
</style>
border-color css
<style>
span { border-color: #ADE3DD; }
span { border-color: rgb(173,227,221); }
td.TdClassName
{
border-color: #ADE3DD;
}
.TagClassName
{
border-color: #ADE3DD;
}
</style>