Shades of Cruise #ACE1CE
Tints of Cruise #ACE1CE
RGB
CMYK
RGB Variations
Color information
#ACE1CE (or 0xACE1CE) is known color: Cruise. HEX triplet: AC, E1 and CE. RGB value is (172,225,206). Sum of RGB (Red+Green+Blue) = 172+225+206=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1CE is #531E31. Grayscale: #CFCFCF. Windows color (decimal): -5447218 or 13558188. OLE color: 13558188.
HSL color Cylindrical-coordinate representation of color #ACE1CE: hue angle of 158.49º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1CE is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 206 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.12 |
| HSL | 158.49º | 0.47% | 0.78% | - |
| HSV(B) | 158.49º | 0.24% | 0.88% | - |
| XYZ | 55.08 | 67.08 | 68.44 | - |
| YUV | 206.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 206 | 0.24 | 0 | 0.08 | 0.12 | 158.49 | 0.47 | 0.78 |
| Hex | AC | E1 | CE | 18 | 0 | 8 | C | 9E | 2F | 4E |
| Octal | 254 | 341 | 316 | 30 | 0 | 10 | 14 | 236 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11001110 | 11000 | 0 | 1000 | 1100 | 10011110 | 101111 | 1001110 |
Color Harmonies of #ACE1CE
Complementary color
Monochromatic Colors of #ACE1CE
Black with #ACE1CE
Text Example
Text Example
White with #ACE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1CE; }
p { color: rgb(172,225,206); }
H1.HeaderClassName
{
color: #ACE1CE;
}
.AnyTagClassName
{
color: #ACE1CE;
}
</style>
background-color css
<style>
a { background-color: #ACE1CE; }
a { background-color: rgb(172,225,206); }
div.DivClassName
{
background-color: #ACE1CE;
}
.BgClassName
{
background-color: #ACE1CE;
}
</style>
border-color css
<style>
span { border-color: #ACE1CE; }
span { border-color: rgb(172,225,206); }
td.TdClassName
{
border-color: #ACE1CE;
}
.TagClassName
{
border-color: #ACE1CE;
}
</style>