Shades of Ice Cold #ACE6DB
Tints of Ice Cold #ACE6DB
RGB
CMYK
RGB Variations
Color information
#ACE6DB (or 0xACE6DB) is known color: Ice Cold. HEX triplet: AC, E6 and DB. RGB value is (172,230,219). Sum of RGB (Red+Green+Blue) = 172+230+219=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE6DB is #531924. Grayscale: #D3D3D3. Windows color (decimal): -5445925 or 14411436. OLE color: 14411436.
HSL color Cylindrical-coordinate representation of color #ACE6DB: hue angle of 168.62º degrees, saturation: 0.54, 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 #ACE6DB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 219 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.10 |
| HSL | 168.62º | 0.54% | 0.79% | - |
| HSV(B) | 168.62º | 0.25% | 0.9% | - |
| XYZ | 58.1 | 70.48 | 77.56 | - |
| YUV | 211.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 219 | 0.25 | 0 | 0.05 | 0.10 | 168.62 | 0.54 | 0.79 |
| Hex | AC | E6 | DB | 19 | 0 | 5 | A | A9 | 36 | 4F |
| Octal | 254 | 346 | 333 | 31 | 0 | 5 | 12 | 251 | 66 | 117 |
| Binary | 10101100 | 11100110 | 11011011 | 11001 | 0 | 101 | 1010 | 10101001 | 110110 | 1001111 |
Color Harmonies of #ACE6DB
Complementary color
Monochromatic Colors of #ACE6DB
Black with #ACE6DB
Text Example
Text Example
White with #ACE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6DB; }
p { color: rgb(172,230,219); }
H1.HeaderClassName
{
color: #ACE6DB;
}
.AnyTagClassName
{
color: #ACE6DB;
}
</style>
background-color css
<style>
a { background-color: #ACE6DB; }
a { background-color: rgb(172,230,219); }
div.DivClassName
{
background-color: #ACE6DB;
}
.BgClassName
{
background-color: #ACE6DB;
}
</style>
border-color css
<style>
span { border-color: #ACE6DB; }
span { border-color: rgb(172,230,219); }
td.TdClassName
{
border-color: #ACE6DB;
}
.TagClassName
{
border-color: #ACE6DB;
}
</style>