Shades of Cruise #ABDECB
Tints of Cruise #ABDECB
RGB
CMYK
RGB Variations
Color information
#ABDECB (or 0xABDECB) is known color: Cruise. HEX triplet: AB, DE and CB. RGB value is (171,222,203). Sum of RGB (Red+Green+Blue) = 171+222+203=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDECB is #542134. Grayscale: #CCCCCC. Windows color (decimal): -5513525 or 13360811. OLE color: 13360811.
HSL color Cylindrical-coordinate representation of color #ABDECB: hue angle of 157.65º 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 #ABDECB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 203 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 157.65º | 0.44% | 0.77% | - |
| HSV(B) | 157.65º | 0.23% | 0.87% | - |
| XYZ | 53.7 | 65.21 | 66.26 | - |
| YUV | 204.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 203 | 0.23 | 0 | 0.09 | 0.13 | 157.65 | 0.44 | 0.77 |
| Hex | AB | DE | CB | 17 | 0 | 9 | D | 9E | 2C | 4D |
| Octal | 253 | 336 | 313 | 27 | 0 | 11 | 15 | 236 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11001011 | 10111 | 0 | 1001 | 1101 | 10011110 | 101100 | 1001101 |
Color Harmonies of #ABDECB
Complementary color
Monochromatic Colors of #ABDECB
Black with #ABDECB
Text Example
Text Example
White with #ABDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDECB; }
p { color: rgb(171,222,203); }
H1.HeaderClassName
{
color: #ABDECB;
}
.AnyTagClassName
{
color: #ABDECB;
}
</style>
background-color css
<style>
a { background-color: #ABDECB; }
a { background-color: rgb(171,222,203); }
div.DivClassName
{
background-color: #ABDECB;
}
.BgClassName
{
background-color: #ABDECB;
}
</style>
border-color css
<style>
span { border-color: #ABDECB; }
span { border-color: rgb(171,222,203); }
td.TdClassName
{
border-color: #ABDECB;
}
.TagClassName
{
border-color: #ABDECB;
}
</style>