Shades of Ice Cold #ACE7DD
Tints of Ice Cold #ACE7DD
RGB
CMYK
RGB Variations
Color information
#ACE7DD (or 0xACE7DD) is known color: Ice Cold. HEX triplet: AC, E7 and DD. RGB value is (172,231,221). Sum of RGB (Red+Green+Blue) = 172+231+221=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7DD is #531822. Grayscale: #D4D4D4. Windows color (decimal): -5445667 or 14542764. OLE color: 14542764.
HSL color Cylindrical-coordinate representation of color #ACE7DD: hue angle of 169.83º degrees, saturation: 0.55, 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 #ACE7DD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 221 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.09 |
| HSL | 169.83º | 0.55% | 0.79% | - |
| HSV(B) | 169.83º | 0.26% | 0.91% | - |
| XYZ | 58.64 | 71.14 | 79.05 | - |
| YUV | 212.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 221 | 0.26 | 0 | 0.04 | 0.09 | 169.83 | 0.55 | 0.79 |
| Hex | AC | E7 | DD | 1A | 0 | 4 | 9 | AA | 37 | 4F |
| Octal | 254 | 347 | 335 | 32 | 0 | 4 | 11 | 252 | 67 | 117 |
| Binary | 10101100 | 11100111 | 11011101 | 11010 | 0 | 100 | 1001 | 10101010 | 110111 | 1001111 |
Color Harmonies of #ACE7DD
Complementary color
Monochromatic Colors of #ACE7DD
Black with #ACE7DD
Text Example
Text Example
White with #ACE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE7DD; }
p { color: rgb(172,231,221); }
H1.HeaderClassName
{
color: #ACE7DD;
}
.AnyTagClassName
{
color: #ACE7DD;
}
</style>
background-color css
<style>
a { background-color: #ACE7DD; }
a { background-color: rgb(172,231,221); }
div.DivClassName
{
background-color: #ACE7DD;
}
.BgClassName
{
background-color: #ACE7DD;
}
</style>
border-color css
<style>
span { border-color: #ACE7DD; }
span { border-color: rgb(172,231,221); }
td.TdClassName
{
border-color: #ACE7DD;
}
.TagClassName
{
border-color: #ACE7DD;
}
</style>