Shades of Ice Cold #ACE1DA
Tints of Ice Cold #ACE1DA
RGB
CMYK
RGB Variations
Color information
#ACE1DA (or 0xACE1DA) is known color: Ice Cold. HEX triplet: AC, E1 and DA. RGB value is (172,225,218). Sum of RGB (Red+Green+Blue) = 172+225+218=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DA is #531E25. Grayscale: #D0D0D0. Windows color (decimal): -5447206 or 14344620. OLE color: 14344620.
HSL color Cylindrical-coordinate representation of color #ACE1DA: hue angle of 172.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1DA is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 218 | - |
CMYK | 0.24 | 0 | 0.03 | 0.12 |
HSL | 172.08º | 0.47% | 0.78% | - |
HSV(B) | 172.08º | 0.24% | 0.88% | - |
XYZ | 56.59 | 67.68 | 76.41 | - |
YUV | 208.36 | 133.44 | 102.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 218 | 0.24 | 0 | 0.03 | 0.12 | 172.08 | 0.47 | 0.78 |
Hex | AC | E1 | DA | 18 | 0 | 3 | C | AC | 2F | 4E |
Octal | 254 | 341 | 332 | 30 | 0 | 3 | 14 | 254 | 57 | 116 |
Binary | 10101100 | 11100001 | 11011010 | 11000 | 0 | 11 | 1100 | 10101100 | 101111 | 1001110 |
Color Harmonies of #ACE1DA
Complementary color
Monochromatic Colors of #ACE1DA
Black with #ACE1DA
Text Example
Text Example
White with #ACE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1DA; }
p { color: rgb(172,225,218); }
H1.HeaderClassName
{
color: #ACE1DA;
}
.AnyTagClassName
{
color: #ACE1DA;
}
</style>
background-color css
<style>
a { background-color: #ACE1DA; }
a { background-color: rgb(172,225,218); }
div.DivClassName
{
background-color: #ACE1DA;
}
.BgClassName
{
background-color: #ACE1DA;
}
</style>
border-color css
<style>
span { border-color: #ACE1DA; }
span { border-color: rgb(172,225,218); }
td.TdClassName
{
border-color: #ACE1DA;
}
.TagClassName
{
border-color: #ACE1DA;
}
</style>