Shades of Ice Cold #ADE8D5
Tints of Ice Cold #ADE8D5
RGB
CMYK
RGB Variations
Color information
#ADE8D5 (or 0xADE8D5) is known color: Ice Cold. HEX triplet: AD, E8 and D5. RGB value is (173,232,213). Sum of RGB (Red+Green+Blue) = 173+232+213=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8D5 is #52172A. Grayscale: #D4D4D4. Windows color (decimal): -5379883 or 14018733. OLE color: 14018733.
HSL color Cylindrical-coordinate representation of color #ADE8D5: hue angle of 160.68º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8D5 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 232 | 213 | - |
CMYK | 0.25 | 0 | 0.08 | 0.09 |
HSL | 160.68º | 0.56% | 0.79% | - |
HSV(B) | 160.68º | 0.25% | 0.91% | - |
XYZ | 58.1 | 71.4 | 73.67 | - |
YUV | 212.19 | 128.45 | 100.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 232 | 213 | 0.25 | 0 | 0.08 | 0.09 | 160.68 | 0.56 | 0.79 |
Hex | AD | E8 | D5 | 19 | 0 | 8 | 9 | A1 | 38 | 4F |
Octal | 255 | 350 | 325 | 31 | 0 | 10 | 11 | 241 | 70 | 117 |
Binary | 10101101 | 11101000 | 11010101 | 11001 | 0 | 1000 | 1001 | 10100001 | 111000 | 1001111 |
Color Harmonies of #ADE8D5
Complementary color
Monochromatic Colors of #ADE8D5
Black with #ADE8D5
Text Example
Text Example
White with #ADE8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8D5; }
p { color: rgb(173,232,213); }
H1.HeaderClassName
{
color: #ADE8D5;
}
.AnyTagClassName
{
color: #ADE8D5;
}
</style>
background-color css
<style>
a { background-color: #ADE8D5; }
a { background-color: rgb(173,232,213); }
div.DivClassName
{
background-color: #ADE8D5;
}
.BgClassName
{
background-color: #ADE8D5;
}
</style>
border-color css
<style>
span { border-color: #ADE8D5; }
span { border-color: rgb(173,232,213); }
td.TdClassName
{
border-color: #ADE8D5;
}
.TagClassName
{
border-color: #ADE8D5;
}
</style>