Shades of Ice Cold #ACE3DA
Tints of Ice Cold #ACE3DA
RGB
CMYK
RGB Variations
Color information
#ACE3DA (or 0xACE3DA) is known color: Ice Cold. HEX triplet: AC, E3 and DA. RGB value is (172,227,218). Sum of RGB (Red+Green+Blue) = 172+227+218=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3DA is #531C25. Grayscale: #D1D1D1. Windows color (decimal): -5446694 or 14345132. OLE color: 14345132.
HSL color Cylindrical-coordinate representation of color #ACE3DA: hue angle of 170.18º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE3DA is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 218 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.11 |
| HSL | 170.18º | 0.5% | 0.78% | - |
| HSV(B) | 170.18º | 0.24% | 0.89% | - |
| XYZ | 57.14 | 68.77 | 76.59 | - |
| YUV | 209.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 218 | 0.24 | 0 | 0.04 | 0.11 | 170.18 | 0.5 | 0.78 |
| Hex | AC | E3 | DA | 18 | 0 | 4 | B | AA | 32 | 4E |
| Octal | 254 | 343 | 332 | 30 | 0 | 4 | 13 | 252 | 62 | 116 |
| Binary | 10101100 | 11100011 | 11011010 | 11000 | 0 | 100 | 1011 | 10101010 | 110010 | 1001110 |
Color Harmonies of #ACE3DA
Complementary color
Monochromatic Colors of #ACE3DA
Black with #ACE3DA
Text Example
Text Example
White with #ACE3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3DA; }
p { color: rgb(172,227,218); }
H1.HeaderClassName
{
color: #ACE3DA;
}
.AnyTagClassName
{
color: #ACE3DA;
}
</style>
background-color css
<style>
a { background-color: #ACE3DA; }
a { background-color: rgb(172,227,218); }
div.DivClassName
{
background-color: #ACE3DA;
}
.BgClassName
{
background-color: #ACE3DA;
}
</style>
border-color css
<style>
span { border-color: #ACE3DA; }
span { border-color: rgb(172,227,218); }
td.TdClassName
{
border-color: #ACE3DA;
}
.TagClassName
{
border-color: #ACE3DA;
}
</style>