Shades of Ice Cold #ACE1DC
Tints of Ice Cold #ACE1DC
RGB
CMYK
RGB Variations
Color information
#ACE1DC (or 0xACE1DC) is known color: Ice Cold. HEX triplet: AC, E1 and DC. RGB value is (172,225,220). Sum of RGB (Red+Green+Blue) = 172+225+220=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DC is #531E23. Grayscale: #D0D0D0. Windows color (decimal): -5447204 or 14475692. OLE color: 14475692.
HSL color Cylindrical-coordinate representation of color #ACE1DC: hue angle of 174.34º 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 #ACE1DC is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 220 | - |
CMYK | 0.24 | 0 | 0.02 | 0.12 |
HSL | 174.34º | 0.47% | 0.78% | - |
HSV(B) | 174.34º | 0.24% | 0.88% | - |
XYZ | 56.86 | 67.79 | 77.8 | - |
YUV | 208.58 | 134.44 | 101.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 220 | 0.24 | 0 | 0.02 | 0.12 | 174.34 | 0.47 | 0.78 |
Hex | AC | E1 | DC | 18 | 0 | 2 | C | AE | 2F | 4E |
Octal | 254 | 341 | 334 | 30 | 0 | 2 | 14 | 256 | 57 | 116 |
Binary | 10101100 | 11100001 | 11011100 | 11000 | 0 | 10 | 1100 | 10101110 | 101111 | 1001110 |
Color Harmonies of #ACE1DC
Complementary color
Monochromatic Colors of #ACE1DC
Black with #ACE1DC
Text Example
Text Example
White with #ACE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1DC; }
p { color: rgb(172,225,220); }
H1.HeaderClassName
{
color: #ACE1DC;
}
.AnyTagClassName
{
color: #ACE1DC;
}
</style>
background-color css
<style>
a { background-color: #ACE1DC; }
a { background-color: rgb(172,225,220); }
div.DivClassName
{
background-color: #ACE1DC;
}
.BgClassName
{
background-color: #ACE1DC;
}
</style>
border-color css
<style>
span { border-color: #ACE1DC; }
span { border-color: rgb(172,225,220); }
td.TdClassName
{
border-color: #ACE1DC;
}
.TagClassName
{
border-color: #ACE1DC;
}
</style>