Shades of Ice Cold #ACE9DC
Tints of Ice Cold #ACE9DC
RGB
CMYK
RGB Variations
Color information
#ACE9DC (or 0xACE9DC) is known color: Ice Cold. HEX triplet: AC, E9 and DC. RGB value is (172,233,220). Sum of RGB (Red+Green+Blue) = 172+233+220=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9DC is #531623. Grayscale: #D5D5D5. Windows color (decimal): -5445156 or 14477740. OLE color: 14477740.
HSL color Cylindrical-coordinate representation of color #ACE9DC: hue angle of 167.21º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9DC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 220 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.09 |
| HSL | 167.21º | 0.58% | 0.79% | - |
| HSV(B) | 167.21º | 0.26% | 0.91% | - |
| XYZ | 59.07 | 72.22 | 78.54 | - |
| YUV | 213.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 220 | 0.26 | 0 | 0.06 | 0.09 | 167.21 | 0.58 | 0.79 |
| Hex | AC | E9 | DC | 1A | 0 | 6 | 9 | A7 | 3A | 4F |
| Octal | 254 | 351 | 334 | 32 | 0 | 6 | 11 | 247 | 72 | 117 |
| Binary | 10101100 | 11101001 | 11011100 | 11010 | 0 | 110 | 1001 | 10100111 | 111010 | 1001111 |
Color Harmonies of #ACE9DC
Complementary color
Monochromatic Colors of #ACE9DC
Black with #ACE9DC
Text Example
Text Example
White with #ACE9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9DC; }
p { color: rgb(172,233,220); }
H1.HeaderClassName
{
color: #ACE9DC;
}
.AnyTagClassName
{
color: #ACE9DC;
}
</style>
background-color css
<style>
a { background-color: #ACE9DC; }
a { background-color: rgb(172,233,220); }
div.DivClassName
{
background-color: #ACE9DC;
}
.BgClassName
{
background-color: #ACE9DC;
}
</style>
border-color css
<style>
span { border-color: #ACE9DC; }
span { border-color: rgb(172,233,220); }
td.TdClassName
{
border-color: #ACE9DC;
}
.TagClassName
{
border-color: #ACE9DC;
}
</style>