Shades of Ice Cold #AADECC
Tints of Ice Cold #AADECC
RGB
CMYK
RGB Variations
Color information
#AADECC (or 0xAADECC) is known color: Ice Cold. HEX triplet: AA, DE and CC. RGB value is (170,222,204). Sum of RGB (Red+Green+Blue) = 170+222+204=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #AADECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADECC is #552133. Grayscale: #CCCCCC. Windows color (decimal): -5579060 or 13426346. OLE color: 13426346.
HSL color Cylindrical-coordinate representation of color #AADECC: hue angle of 159.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADECC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 204 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 159.23º | 0.44% | 0.77% | - |
| HSV(B) | 159.23º | 0.23% | 0.87% | - |
| XYZ | 53.6 | 65.15 | 66.88 | - |
| YUV | 204.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 204 | 0.23 | 0 | 0.08 | 0.13 | 159.23 | 0.44 | 0.77 |
| Hex | AA | DE | CC | 17 | 0 | 8 | D | 9F | 2C | 4D |
| Octal | 252 | 336 | 314 | 27 | 0 | 10 | 15 | 237 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11001100 | 10111 | 0 | 1000 | 1101 | 10011111 | 101100 | 1001101 |
Color Harmonies of #AADECC
Complementary color
Monochromatic Colors of #AADECC
Black with #AADECC
Text Example
Text Example
White with #AADECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADECC; }
p { color: rgb(170,222,204); }
H1.HeaderClassName
{
color: #AADECC;
}
.AnyTagClassName
{
color: #AADECC;
}
</style>
background-color css
<style>
a { background-color: #AADECC; }
a { background-color: rgb(170,222,204); }
div.DivClassName
{
background-color: #AADECC;
}
.BgClassName
{
background-color: #AADECC;
}
</style>
border-color css
<style>
span { border-color: #AADECC; }
span { border-color: rgb(170,222,204); }
td.TdClassName
{
border-color: #AADECC;
}
.TagClassName
{
border-color: #AADECC;
}
</style>