Shades of Ice Cold #ACE1D5
Tints of Ice Cold #ACE1D5
RGB
CMYK
RGB Variations
Color information
#ACE1D5 (or 0xACE1D5) is known color: Ice Cold. HEX triplet: AC, E1 and D5. RGB value is (172,225,213). Sum of RGB (Red+Green+Blue) = 172+225+213=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D5 is #531E2A. Grayscale: #CFCFCF. Windows color (decimal): -5447211 or 14016940. OLE color: 14016940.
HSL color Cylindrical-coordinate representation of color #ACE1D5: hue angle of 166.42º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1D5 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 213 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.12 |
| HSL | 166.42º | 0.47% | 0.78% | - |
| HSV(B) | 166.42º | 0.24% | 0.88% | - |
| XYZ | 55.95 | 67.43 | 73.02 | - |
| YUV | 207.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 213 | 0.24 | 0 | 0.05 | 0.12 | 166.42 | 0.47 | 0.78 |
| Hex | AC | E1 | D5 | 18 | 0 | 5 | C | A6 | 2F | 4E |
| Octal | 254 | 341 | 325 | 30 | 0 | 5 | 14 | 246 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11010101 | 11000 | 0 | 101 | 1100 | 10100110 | 101111 | 1001110 |
Color Harmonies of #ACE1D5
Complementary color
Monochromatic Colors of #ACE1D5
Black with #ACE1D5
Text Example
Text Example
White with #ACE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1D5; }
p { color: rgb(172,225,213); }
H1.HeaderClassName
{
color: #ACE1D5;
}
.AnyTagClassName
{
color: #ACE1D5;
}
</style>
background-color css
<style>
a { background-color: #ACE1D5; }
a { background-color: rgb(172,225,213); }
div.DivClassName
{
background-color: #ACE1D5;
}
.BgClassName
{
background-color: #ACE1D5;
}
</style>
border-color css
<style>
span { border-color: #ACE1D5; }
span { border-color: rgb(172,225,213); }
td.TdClassName
{
border-color: #ACE1D5;
}
.TagClassName
{
border-color: #ACE1D5;
}
</style>