Shades of Ice Cold #ACE8D3
Tints of Ice Cold #ACE8D3
RGB
CMYK
RGB Variations
Color information
#ACE8D3 (or 0xACE8D3) is known color: Ice Cold. HEX triplet: AC, E8 and D3. RGB value is (172,232,211). Sum of RGB (Red+Green+Blue) = 172+232+211=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8D3 is #53172C. Grayscale: #D3D3D3. Windows color (decimal): -5445421 or 13887660. OLE color: 13887660.
HSL color Cylindrical-coordinate representation of color #ACE8D3: hue angle of 159º degrees, saturation: 0.57, 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 #ACE8D3 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 232 | 211 | - |
CMYK | 0.26 | 0 | 0.09 | 0.09 |
HSL | 159º | 0.57% | 0.79% | - |
HSV(B) | 159º | 0.26% | 0.91% | - |
XYZ | 57.63 | 71.19 | 72.33 | - |
YUV | 211.67 | 127.62 | 99.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 232 | 211 | 0.26 | 0 | 0.09 | 0.09 | 159 | 0.57 | 0.79 |
Hex | AC | E8 | D3 | 1A | 0 | 9 | 9 | 9F | 39 | 4F |
Octal | 254 | 350 | 323 | 32 | 0 | 11 | 11 | 237 | 71 | 117 |
Binary | 10101100 | 11101000 | 11010011 | 11010 | 0 | 1001 | 1001 | 10011111 | 111001 | 1001111 |
Color Harmonies of #ACE8D3
Complementary color
Monochromatic Colors of #ACE8D3
Black with #ACE8D3
Text Example
Text Example
White with #ACE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8D3; }
p { color: rgb(172,232,211); }
H1.HeaderClassName
{
color: #ACE8D3;
}
.AnyTagClassName
{
color: #ACE8D3;
}
</style>
background-color css
<style>
a { background-color: #ACE8D3; }
a { background-color: rgb(172,232,211); }
div.DivClassName
{
background-color: #ACE8D3;
}
.BgClassName
{
background-color: #ACE8D3;
}
</style>
border-color css
<style>
span { border-color: #ACE8D3; }
span { border-color: rgb(172,232,211); }
td.TdClassName
{
border-color: #ACE8D3;
}
.TagClassName
{
border-color: #ACE8D3;
}
</style>