Shades of Ice Cold #ADE3DA
Tints of Ice Cold #ADE3DA
RGB
CMYK
RGB Variations
Color information
#ADE3DA (or 0xADE3DA) is known color: Ice Cold. HEX triplet: AD, E3 and DA. RGB value is (173,227,218). Sum of RGB (Red+Green+Blue) = 173+227+218=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3DA is #521C25. Grayscale: #D1D1D1. Windows color (decimal): -5381158 or 14345133. OLE color: 14345133.
HSL color Cylindrical-coordinate representation of color #ADE3DA: hue angle of 170º 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 #ADE3DA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 227 | 218 | - |
CMYK | 0.24 | 0 | 0.04 | 0.11 |
HSL | 170º | 0.49% | 0.78% | - |
HSV(B) | 170º | 0.24% | 0.89% | - |
XYZ | 57.36 | 68.88 | 76.6 | - |
YUV | 209.83 | 132.61 | 101.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 227 | 218 | 0.24 | 0 | 0.04 | 0.11 | 170 | 0.49 | 0.78 |
Hex | AD | E3 | DA | 18 | 0 | 4 | B | AA | 31 | 4E |
Octal | 255 | 343 | 332 | 30 | 0 | 4 | 13 | 252 | 61 | 116 |
Binary | 10101101 | 11100011 | 11011010 | 11000 | 0 | 100 | 1011 | 10101010 | 110001 | 1001110 |
Color Harmonies of #ADE3DA
Complementary color
Monochromatic Colors of #ADE3DA
Black with #ADE3DA
Text Example
Text Example
White with #ADE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3DA; }
p { color: rgb(173,227,218); }
H1.HeaderClassName
{
color: #ADE3DA;
}
.AnyTagClassName
{
color: #ADE3DA;
}
</style>
background-color css
<style>
a { background-color: #ADE3DA; }
a { background-color: rgb(173,227,218); }
div.DivClassName
{
background-color: #ADE3DA;
}
.BgClassName
{
background-color: #ADE3DA;
}
</style>
border-color css
<style>
span { border-color: #ADE3DA; }
span { border-color: rgb(173,227,218); }
td.TdClassName
{
border-color: #ADE3DA;
}
.TagClassName
{
border-color: #ADE3DA;
}
</style>