Shades of Ice Cold #ACE5DD
Tints of Ice Cold #ACE5DD
RGB
CMYK
RGB Variations
Color information
#ACE5DD (or 0xACE5DD) is known color: Ice Cold. HEX triplet: AC, E5 and DD. RGB value is (172,229,221). Sum of RGB (Red+Green+Blue) = 172+229+221=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5DD is #531A22. Grayscale: #D3D3D3. Windows color (decimal): -5446179 or 14542252. OLE color: 14542252.
HSL color Cylindrical-coordinate representation of color #ACE5DD: hue angle of 171.58º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5DD is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 221 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.10 |
| HSL | 171.58º | 0.52% | 0.79% | - |
| HSV(B) | 171.58º | 0.25% | 0.9% | - |
| XYZ | 58.08 | 70.03 | 78.86 | - |
| YUV | 211.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 221 | 0.25 | 0 | 0.03 | 0.10 | 171.58 | 0.52 | 0.79 |
| Hex | AC | E5 | DD | 19 | 0 | 3 | A | AC | 34 | 4F |
| Octal | 254 | 345 | 335 | 31 | 0 | 3 | 12 | 254 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11011101 | 11001 | 0 | 11 | 1010 | 10101100 | 110100 | 1001111 |
Color Harmonies of #ACE5DD
Complementary color
Monochromatic Colors of #ACE5DD
Black with #ACE5DD
Text Example
Text Example
White with #ACE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5DD; }
p { color: rgb(172,229,221); }
H1.HeaderClassName
{
color: #ACE5DD;
}
.AnyTagClassName
{
color: #ACE5DD;
}
</style>
background-color css
<style>
a { background-color: #ACE5DD; }
a { background-color: rgb(172,229,221); }
div.DivClassName
{
background-color: #ACE5DD;
}
.BgClassName
{
background-color: #ACE5DD;
}
</style>
border-color css
<style>
span { border-color: #ACE5DD; }
span { border-color: rgb(172,229,221); }
td.TdClassName
{
border-color: #ACE5DD;
}
.TagClassName
{
border-color: #ACE5DD;
}
</style>