Shades of Ice Cold #ACECD9
Tints of Ice Cold #ACECD9
RGB
CMYK
RGB Variations
Color information
#ACECD9 (or 0xACECD9) is known color: Ice Cold. HEX triplet: AC, EC and D9. RGB value is (172,236,217). Sum of RGB (Red+Green+Blue) = 172+236+217=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECD9 is #531326. Grayscale: #D6D6D6. Windows color (decimal): -5444391 or 14281900. OLE color: 14281900.
HSL color Cylindrical-coordinate representation of color #ACECD9: hue angle of 162.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECD9 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 236 | 217 | - |
CMYK | 0.27 | 0 | 0.08 | 0.07 |
HSL | 162.19º | 0.63% | 0.8% | - |
HSV(B) | 162.19º | 0.27% | 0.93% | - |
XYZ | 59.53 | 73.77 | 76.75 | - |
YUV | 214.7 | 129.3 | 97.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 236 | 217 | 0.27 | 0 | 0.08 | 0.07 | 162.19 | 0.63 | 0.8 |
Hex | AC | EC | D9 | 1B | 0 | 8 | 7 | A2 | 3F | 50 |
Octal | 254 | 354 | 331 | 33 | 0 | 10 | 7 | 242 | 77 | 120 |
Binary | 10101100 | 11101100 | 11011001 | 11011 | 0 | 1000 | 111 | 10100010 | 111111 | 1010000 |
Color Harmonies of #ACECD9
Complementary color
Monochromatic Colors of #ACECD9
Black with #ACECD9
Text Example
Text Example
White with #ACECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECD9; }
p { color: rgb(172,236,217); }
H1.HeaderClassName
{
color: #ACECD9;
}
.AnyTagClassName
{
color: #ACECD9;
}
</style>
background-color css
<style>
a { background-color: #ACECD9; }
a { background-color: rgb(172,236,217); }
div.DivClassName
{
background-color: #ACECD9;
}
.BgClassName
{
background-color: #ACECD9;
}
</style>
border-color css
<style>
span { border-color: #ACECD9; }
span { border-color: rgb(172,236,217); }
td.TdClassName
{
border-color: #ACECD9;
}
.TagClassName
{
border-color: #ACECD9;
}
</style>