Shades of Ice Cold #ACEADD
Tints of Ice Cold #ACEADD
RGB
CMYK
RGB Variations
Color information
#ACEADD (or 0xACEADD) is known color: Ice Cold. HEX triplet: AC, EA and DD. RGB value is (172,234,221). Sum of RGB (Red+Green+Blue) = 172+234+221=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADD is #531522. Grayscale: #D5D5D5. Windows color (decimal): -5444899 or 14543532. OLE color: 14543532.
HSL color Cylindrical-coordinate representation of color #ACEADD: hue angle of 167.42º 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 #ACEADD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 221 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.08 |
| HSL | 167.42º | 0.6% | 0.8% | - |
| HSV(B) | 167.42º | 0.26% | 0.92% | - |
| XYZ | 59.49 | 72.84 | 79.33 | - |
| YUV | 213.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 221 | 0.26 | 0 | 0.06 | 0.08 | 167.42 | 0.6 | 0.8 |
| Hex | AC | EA | DD | 1A | 0 | 6 | 8 | A7 | 3C | 50 |
| Octal | 254 | 352 | 335 | 32 | 0 | 6 | 10 | 247 | 74 | 120 |
| Binary | 10101100 | 11101010 | 11011101 | 11010 | 0 | 110 | 1000 | 10100111 | 111100 | 1010000 |
Color Harmonies of #ACEADD
Complementary color
Monochromatic Colors of #ACEADD
Black with #ACEADD
Text Example
Text Example
White with #ACEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEADD; }
p { color: rgb(172,234,221); }
H1.HeaderClassName
{
color: #ACEADD;
}
.AnyTagClassName
{
color: #ACEADD;
}
</style>
background-color css
<style>
a { background-color: #ACEADD; }
a { background-color: rgb(172,234,221); }
div.DivClassName
{
background-color: #ACEADD;
}
.BgClassName
{
background-color: #ACEADD;
}
</style>
border-color css
<style>
span { border-color: #ACEADD; }
span { border-color: rgb(172,234,221); }
td.TdClassName
{
border-color: #ACEADD;
}
.TagClassName
{
border-color: #ACEADD;
}
</style>