Shades of Ice Cold #ACECDA
Tints of Ice Cold #ACECDA
RGB
CMYK
RGB Variations
Color information
#ACECDA (or 0xACECDA) is known color: Ice Cold. HEX triplet: AC, EC and DA. RGB value is (172,236,218). Sum of RGB (Red+Green+Blue) = 172+236+218=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECDA is #531325. Grayscale: #D6D6D6. Windows color (decimal): -5444390 or 14347436. OLE color: 14347436.
HSL color Cylindrical-coordinate representation of color #ACECDA: hue angle of 163.12º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECDA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 236 | 218 | - |
CMYK | 0.27 | 0 | 0.08 | 0.07 |
HSL | 163.13º | 0.63% | 0.8% | - |
HSV(B) | 163.13º | 0.27% | 0.93% | - |
XYZ | 59.66 | 73.82 | 77.43 | - |
YUV | 214.81 | 129.8 | 97.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 236 | 218 | 0.27 | 0 | 0.08 | 0.07 | 163.13 | 0.63 | 0.8 |
Hex | AC | EC | DA | 1B | 0 | 8 | 7 | A3 | 3F | 50 |
Octal | 254 | 354 | 332 | 33 | 0 | 10 | 7 | 243 | 77 | 120 |
Binary | 10101100 | 11101100 | 11011010 | 11011 | 0 | 1000 | 111 | 10100011 | 111111 | 1010000 |
Color Harmonies of #ACECDA
Complementary color
Monochromatic Colors of #ACECDA
Black with #ACECDA
Text Example
Text Example
White with #ACECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACECDA; }
p { color: rgb(172,236,218); }
H1.HeaderClassName
{
color: #ACECDA;
}
.AnyTagClassName
{
color: #ACECDA;
}
</style>
background-color css
<style>
a { background-color: #ACECDA; }
a { background-color: rgb(172,236,218); }
div.DivClassName
{
background-color: #ACECDA;
}
.BgClassName
{
background-color: #ACECDA;
}
</style>
border-color css
<style>
span { border-color: #ACECDA; }
span { border-color: rgb(172,236,218); }
td.TdClassName
{
border-color: #ACECDA;
}
.TagClassName
{
border-color: #ACECDA;
}
</style>