Shades of Ice Cold #ACE4DA
Tints of Ice Cold #ACE4DA
RGB
CMYK
RGB Variations
Color information
#ACE4DA (or 0xACE4DA) is known color: Ice Cold. HEX triplet: AC, E4 and DA. RGB value is (172,228,218). Sum of RGB (Red+Green+Blue) = 172+228+218=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4DA is #531B25. Grayscale: #D2D2D2. Windows color (decimal): -5446438 or 14345388. OLE color: 14345388.
HSL color Cylindrical-coordinate representation of color #ACE4DA: hue angle of 169.29º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4DA is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 172 | 228 | 218 | - |
CMYK | 0.25 | 0 | 0.04 | 0.11 |
HSL | 169.29º | 0.51% | 0.78% | - |
HSV(B) | 169.29º | 0.25% | 0.89% | - |
XYZ | 57.41 | 69.32 | 76.68 | - |
YUV | 210.12 | 132.45 | 100.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 228 | 218 | 0.25 | 0 | 0.04 | 0.11 | 169.29 | 0.51 | 0.78 |
Hex | AC | E4 | DA | 19 | 0 | 4 | B | A9 | 33 | 4E |
Octal | 254 | 344 | 332 | 31 | 0 | 4 | 13 | 251 | 63 | 116 |
Binary | 10101100 | 11100100 | 11011010 | 11001 | 0 | 100 | 1011 | 10101001 | 110011 | 1001110 |
Color Harmonies of #ACE4DA
Complementary color
Monochromatic Colors of #ACE4DA
Black with #ACE4DA
Text Example
Text Example
White with #ACE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4DA; }
p { color: rgb(172,228,218); }
H1.HeaderClassName
{
color: #ACE4DA;
}
.AnyTagClassName
{
color: #ACE4DA;
}
</style>
background-color css
<style>
a { background-color: #ACE4DA; }
a { background-color: rgb(172,228,218); }
div.DivClassName
{
background-color: #ACE4DA;
}
.BgClassName
{
background-color: #ACE4DA;
}
</style>
border-color css
<style>
span { border-color: #ACE4DA; }
span { border-color: rgb(172,228,218); }
td.TdClassName
{
border-color: #ACE4DA;
}
.TagClassName
{
border-color: #ACE4DA;
}
</style>