Shades of Cruise #ACDECB
Tints of Cruise #ACDECB
RGB
CMYK
RGB Variations
Color information
#ACDECB (or 0xACDECB) is known color: Cruise. HEX triplet: AC, DE and CB. RGB value is (172,222,203). Sum of RGB (Red+Green+Blue) = 172+222+203=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDECB is #532134. Grayscale: #CCCCCC. Windows color (decimal): -5447989 or 13360812. OLE color: 13360812.
HSL color Cylindrical-coordinate representation of color #ACDECB: hue angle of 157.2º 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 #ACDECB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 222 | 203 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 157.2º | 0.43% | 0.77% | - |
| HSV(B) | 157.2º | 0.23% | 0.87% | - |
| XYZ | 53.91 | 65.33 | 66.27 | - |
| YUV | 204.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 203 | 0.23 | 0 | 0.09 | 0.13 | 157.2 | 0.43 | 0.77 |
| Hex | AC | DE | CB | 17 | 0 | 9 | D | 9D | 2B | 4D |
| Octal | 254 | 336 | 313 | 27 | 0 | 11 | 15 | 235 | 53 | 115 |
| Binary | 10101100 | 11011110 | 11001011 | 10111 | 0 | 1001 | 1101 | 10011101 | 101011 | 1001101 |
Color Harmonies of #ACDECB
Complementary color
Monochromatic Colors of #ACDECB
Black with #ACDECB
Text Example
Text Example
White with #ACDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDECB; }
p { color: rgb(172,222,203); }
H1.HeaderClassName
{
color: #ACDECB;
}
.AnyTagClassName
{
color: #ACDECB;
}
</style>
background-color css
<style>
a { background-color: #ACDECB; }
a { background-color: rgb(172,222,203); }
div.DivClassName
{
background-color: #ACDECB;
}
.BgClassName
{
background-color: #ACDECB;
}
</style>
border-color css
<style>
span { border-color: #ACDECB; }
span { border-color: rgb(172,222,203); }
td.TdClassName
{
border-color: #ACDECB;
}
.TagClassName
{
border-color: #ACDECB;
}
</style>