Shades of Ice Cold #ADEADC
Tints of Ice Cold #ADEADC
RGB
CMYK
RGB Variations
Color information
#ADEADC (or 0xADEADC) is known color: Ice Cold. HEX triplet: AD, EA and DC. RGB value is (173,234,220). Sum of RGB (Red+Green+Blue) = 173+234+220=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEADC is #521523. Grayscale: #D6D6D6. Windows color (decimal): -5379364 or 14477997. OLE color: 14477997.
HSL color Cylindrical-coordinate representation of color #ADEADC: hue angle of 166.23º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEADC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 220 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.08 |
| HSL | 166.23º | 0.59% | 0.8% | - |
| HSV(B) | 166.23º | 0.26% | 0.92% | - |
| XYZ | 59.57 | 72.9 | 78.64 | - |
| YUV | 214.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 220 | 0.26 | 0 | 0.06 | 0.08 | 166.23 | 0.59 | 0.8 |
| Hex | AD | EA | DC | 1A | 0 | 6 | 8 | A6 | 3B | 50 |
| Octal | 255 | 352 | 334 | 32 | 0 | 6 | 10 | 246 | 73 | 120 |
| Binary | 10101101 | 11101010 | 11011100 | 11010 | 0 | 110 | 1000 | 10100110 | 111011 | 1010000 |
Color Harmonies of #ADEADC
Complementary color
Monochromatic Colors of #ADEADC
Black with #ADEADC
Text Example
Text Example
White with #ADEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEADC; }
p { color: rgb(173,234,220); }
H1.HeaderClassName
{
color: #ADEADC;
}
.AnyTagClassName
{
color: #ADEADC;
}
</style>
background-color css
<style>
a { background-color: #ADEADC; }
a { background-color: rgb(173,234,220); }
div.DivClassName
{
background-color: #ADEADC;
}
.BgClassName
{
background-color: #ADEADC;
}
</style>
border-color css
<style>
span { border-color: #ADEADC; }
span { border-color: rgb(173,234,220); }
td.TdClassName
{
border-color: #ADEADC;
}
.TagClassName
{
border-color: #ADEADC;
}
</style>