Shades of Cruise #ABDECC
Tints of Cruise #ABDECC
RGB
CMYK
RGB Variations
Color information
#ABDECC (or 0xABDECC) is known color: Cruise. HEX triplet: AB, DE and CC. RGB value is (171,222,204). Sum of RGB (Red+Green+Blue) = 171+222+204=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECC is #542133. Grayscale: #CCCCCC. Windows color (decimal): -5513524 or 13426347. OLE color: 13426347.
HSL color Cylindrical-coordinate representation of color #ABDECC: hue angle of 158.82º degrees, saturation: 0.44, 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 #ABDECC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 204 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.13 |
| HSL | 158.82º | 0.44% | 0.77% | - |
| HSV(B) | 158.82º | 0.23% | 0.87% | - |
| XYZ | 53.81 | 65.26 | 66.89 | - |
| YUV | 204.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 204 | 0.23 | 0 | 0.08 | 0.13 | 158.82 | 0.44 | 0.77 |
| Hex | AB | DE | CC | 17 | 0 | 8 | D | 9F | 2C | 4D |
| Octal | 253 | 336 | 314 | 27 | 0 | 10 | 15 | 237 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11001100 | 10111 | 0 | 1000 | 1101 | 10011111 | 101100 | 1001101 |
Color Harmonies of #ABDECC
Complementary color
Monochromatic Colors of #ABDECC
Black with #ABDECC
Text Example
Text Example
White with #ABDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDECC; }
p { color: rgb(171,222,204); }
H1.HeaderClassName
{
color: #ABDECC;
}
.AnyTagClassName
{
color: #ABDECC;
}
</style>
background-color css
<style>
a { background-color: #ABDECC; }
a { background-color: rgb(171,222,204); }
div.DivClassName
{
background-color: #ABDECC;
}
.BgClassName
{
background-color: #ABDECC;
}
</style>
border-color css
<style>
span { border-color: #ABDECC; }
span { border-color: rgb(171,222,204); }
td.TdClassName
{
border-color: #ABDECC;
}
.TagClassName
{
border-color: #ABDECC;
}
</style>