Shades of Ice Cold #ACE5DB
Tints of Ice Cold #ACE5DB
RGB
CMYK
RGB Variations
Color information
#ACE5DB (or 0xACE5DB) is known color: Ice Cold. HEX triplet: AC, E5 and DB. RGB value is (172,229,219). Sum of RGB (Red+Green+Blue) = 172+229+219=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5DB is #531A24. Grayscale: #D2D2D2. Windows color (decimal): -5446181 or 14411180. OLE color: 14411180.
HSL color Cylindrical-coordinate representation of color #ACE5DB: hue angle of 169.47º 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 #ACE5DB is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 219 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.10 |
| HSL | 169.47º | 0.52% | 0.79% | - |
| HSV(B) | 169.47º | 0.25% | 0.9% | - |
| XYZ | 57.82 | 69.92 | 77.47 | - |
| YUV | 210.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 219 | 0.25 | 0 | 0.04 | 0.10 | 169.47 | 0.52 | 0.79 |
| Hex | AC | E5 | DB | 19 | 0 | 4 | A | A9 | 34 | 4F |
| Octal | 254 | 345 | 333 | 31 | 0 | 4 | 12 | 251 | 64 | 117 |
| Binary | 10101100 | 11100101 | 11011011 | 11001 | 0 | 100 | 1010 | 10101001 | 110100 | 1001111 |
Color Harmonies of #ACE5DB
Complementary color
Monochromatic Colors of #ACE5DB
Black with #ACE5DB
Text Example
Text Example
White with #ACE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5DB; }
p { color: rgb(172,229,219); }
H1.HeaderClassName
{
color: #ACE5DB;
}
.AnyTagClassName
{
color: #ACE5DB;
}
</style>
background-color css
<style>
a { background-color: #ACE5DB; }
a { background-color: rgb(172,229,219); }
div.DivClassName
{
background-color: #ACE5DB;
}
.BgClassName
{
background-color: #ACE5DB;
}
</style>
border-color css
<style>
span { border-color: #ACE5DB; }
span { border-color: rgb(172,229,219); }
td.TdClassName
{
border-color: #ACE5DB;
}
.TagClassName
{
border-color: #ACE5DB;
}
</style>