Shades of Ice Cold #ACEAD5
Tints of Ice Cold #ACEAD5
RGB
CMYK
RGB Variations
Color information
#ACEAD5 (or 0xACEAD5) is known color: Ice Cold. HEX triplet: AC, EA and D5. RGB value is (172,234,213). Sum of RGB (Red+Green+Blue) = 172+234+213=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 213 (83.59% from 255 or 34.41% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD5 is #53152A. Grayscale: #D5D5D5. Windows color (decimal): -5444907 or 14019244. OLE color: 14019244.
HSL color Cylindrical-coordinate representation of color #ACEAD5: hue angle of 159.68º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAD5 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 234 | 213 | - |
CMYK | 0.26 | 0 | 0.09 | 0.08 |
HSL | 159.68º | 0.6% | 0.8% | - |
HSV(B) | 159.68º | 0.26% | 0.92% | - |
XYZ | 58.45 | 72.42 | 73.85 | - |
YUV | 213.07 | 127.96 | 98.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 234 | 213 | 0.26 | 0 | 0.09 | 0.08 | 159.68 | 0.6 | 0.8 |
Hex | AC | EA | D5 | 1A | 0 | 9 | 8 | A0 | 3C | 50 |
Octal | 254 | 352 | 325 | 32 | 0 | 11 | 10 | 240 | 74 | 120 |
Binary | 10101100 | 11101010 | 11010101 | 11010 | 0 | 1001 | 1000 | 10100000 | 111100 | 1010000 |
Color Harmonies of #ACEAD5
Complementary color
Monochromatic Colors of #ACEAD5
Black with #ACEAD5
Text Example
Text Example
White with #ACEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEAD5; }
p { color: rgb(172,234,213); }
H1.HeaderClassName
{
color: #ACEAD5;
}
.AnyTagClassName
{
color: #ACEAD5;
}
</style>
background-color css
<style>
a { background-color: #ACEAD5; }
a { background-color: rgb(172,234,213); }
div.DivClassName
{
background-color: #ACEAD5;
}
.BgClassName
{
background-color: #ACEAD5;
}
</style>
border-color css
<style>
span { border-color: #ACEAD5; }
span { border-color: rgb(172,234,213); }
td.TdClassName
{
border-color: #ACEAD5;
}
.TagClassName
{
border-color: #ACEAD5;
}
</style>