Shades of Ice Cold #ADE4DA
Tints of Ice Cold #ADE4DA
RGB
CMYK
RGB Variations
Color information
#ADE4DA (or 0xADE4DA) is known color: Ice Cold. HEX triplet: AD, E4 and DA. RGB value is (173,228,218). Sum of RGB (Red+Green+Blue) = 173+228+218=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4DA is #521B25. Grayscale: #D2D2D2. Windows color (decimal): -5380902 or 14345389. OLE color: 14345389.
HSL color Cylindrical-coordinate representation of color #ADE4DA: hue angle of 169.09º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4DA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 228 | 218 | - |
CMYK | 0.24 | 0 | 0.04 | 0.11 |
HSL | 169.09º | 0.5% | 0.79% | - |
HSV(B) | 169.09º | 0.24% | 0.89% | - |
XYZ | 57.63 | 69.43 | 76.69 | - |
YUV | 210.42 | 132.28 | 101.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 218 | 0.24 | 0 | 0.04 | 0.11 | 169.09 | 0.5 | 0.79 |
Hex | AD | E4 | DA | 18 | 0 | 4 | B | A9 | 32 | 4F |
Octal | 255 | 344 | 332 | 30 | 0 | 4 | 13 | 251 | 62 | 117 |
Binary | 10101101 | 11100100 | 11011010 | 11000 | 0 | 100 | 1011 | 10101001 | 110010 | 1001111 |
Color Harmonies of #ADE4DA
Complementary color
Monochromatic Colors of #ADE4DA
Black with #ADE4DA
Text Example
Text Example
White with #ADE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4DA; }
p { color: rgb(173,228,218); }
H1.HeaderClassName
{
color: #ADE4DA;
}
.AnyTagClassName
{
color: #ADE4DA;
}
</style>
background-color css
<style>
a { background-color: #ADE4DA; }
a { background-color: rgb(173,228,218); }
div.DivClassName
{
background-color: #ADE4DA;
}
.BgClassName
{
background-color: #ADE4DA;
}
</style>
border-color css
<style>
span { border-color: #ADE4DA; }
span { border-color: rgb(173,228,218); }
td.TdClassName
{
border-color: #ADE4DA;
}
.TagClassName
{
border-color: #ADE4DA;
}
</style>