Shades of Ice Cold #ADE2DA
Tints of Ice Cold #ADE2DA
RGB
CMYK
RGB Variations
Color information
#ADE2DA (or 0xADE2DA) is known color: Ice Cold. HEX triplet: AD, E2 and DA. RGB value is (173,226,218). Sum of RGB (Red+Green+Blue) = 173+226+218=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2DA is #521D25. Grayscale: #D1D1D1. Windows color (decimal): -5381414 or 14344877. OLE color: 14344877.
HSL color Cylindrical-coordinate representation of color #ADE2DA: hue angle of 170.94º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2DA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 218 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.11 |
| HSL | 170.94º | 0.48% | 0.78% | - |
| HSV(B) | 170.94º | 0.23% | 0.89% | - |
| XYZ | 57.08 | 68.34 | 76.51 | - |
| YUV | 209.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 218 | 0.23 | 0 | 0.04 | 0.11 | 170.94 | 0.48 | 0.78 |
| Hex | AD | E2 | DA | 17 | 0 | 4 | B | AB | 30 | 4E |
| Octal | 255 | 342 | 332 | 27 | 0 | 4 | 13 | 253 | 60 | 116 |
| Binary | 10101101 | 11100010 | 11011010 | 10111 | 0 | 100 | 1011 | 10101011 | 110000 | 1001110 |
Color Harmonies of #ADE2DA
Complementary color
Monochromatic Colors of #ADE2DA
Black with #ADE2DA
Text Example
Text Example
White with #ADE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE2DA; }
p { color: rgb(173,226,218); }
H1.HeaderClassName
{
color: #ADE2DA;
}
.AnyTagClassName
{
color: #ADE2DA;
}
</style>
background-color css
<style>
a { background-color: #ADE2DA; }
a { background-color: rgb(173,226,218); }
div.DivClassName
{
background-color: #ADE2DA;
}
.BgClassName
{
background-color: #ADE2DA;
}
</style>
border-color css
<style>
span { border-color: #ADE2DA; }
span { border-color: rgb(173,226,218); }
td.TdClassName
{
border-color: #ADE2DA;
}
.TagClassName
{
border-color: #ADE2DA;
}
</style>