Shades of Cruise #ACDEC9
Tints of Cruise #ACDEC9
RGB
CMYK
RGB Variations
Color information
#ACDEC9 (or 0xACDEC9) is known color: Cruise. HEX triplet: AC, DE and C9. RGB value is (172,222,201). Sum of RGB (Red+Green+Blue) = 172+222+201=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC9 is #532136. Grayscale: #CCCCCC. Windows color (decimal): -5447991 or 13229740. OLE color: 13229740.
HSL color Cylindrical-coordinate representation of color #ACDEC9: hue angle of 154.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEC9 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 201 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 154.8º | 0.43% | 0.77% | - |
| HSV(B) | 154.8º | 0.23% | 0.87% | - |
| XYZ | 53.68 | 65.23 | 65.02 | - |
| YUV | 204.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 201 | 0.23 | 0 | 0.09 | 0.13 | 154.8 | 0.43 | 0.77 |
| Hex | AC | DE | C9 | 17 | 0 | 9 | D | 9B | 2B | 4D |
| Octal | 254 | 336 | 311 | 27 | 0 | 11 | 15 | 233 | 53 | 115 |
| Binary | 10101100 | 11011110 | 11001001 | 10111 | 0 | 1001 | 1101 | 10011011 | 101011 | 1001101 |
Color Harmonies of #ACDEC9
Complementary color
Monochromatic Colors of #ACDEC9
Black with #ACDEC9
Text Example
Text Example
White with #ACDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEC9; }
p { color: rgb(172,222,201); }
H1.HeaderClassName
{
color: #ACDEC9;
}
.AnyTagClassName
{
color: #ACDEC9;
}
</style>
background-color css
<style>
a { background-color: #ACDEC9; }
a { background-color: rgb(172,222,201); }
div.DivClassName
{
background-color: #ACDEC9;
}
.BgClassName
{
background-color: #ACDEC9;
}
</style>
border-color css
<style>
span { border-color: #ACDEC9; }
span { border-color: rgb(172,222,201); }
td.TdClassName
{
border-color: #ACDEC9;
}
.TagClassName
{
border-color: #ACDEC9;
}
</style>