Shades of Cruise #ABDFCB
Tints of Cruise #ABDFCB
RGB
CMYK
RGB Variations
Color information
#ABDFCB (or 0xABDFCB) is known color: Cruise. HEX triplet: AB, DF and CB. RGB value is (171,223,203). Sum of RGB (Red+Green+Blue) = 171+223+203=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFCB is #542034. Grayscale: #CDCDCD. Windows color (decimal): -5513269 or 13361067. OLE color: 13361067.
HSL color Cylindrical-coordinate representation of color #ABDFCB: hue angle of 156.92º degrees, saturation: 0.45, 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 #ABDFCB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 203 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 156.92º | 0.45% | 0.77% | - |
| HSV(B) | 156.92º | 0.23% | 0.87% | - |
| XYZ | 53.96 | 65.75 | 66.35 | - |
| YUV | 205.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 203 | 0.23 | 0 | 0.09 | 0.13 | 156.92 | 0.45 | 0.77 |
| Hex | AB | DF | CB | 17 | 0 | 9 | D | 9D | 2D | 4D |
| Octal | 253 | 337 | 313 | 27 | 0 | 11 | 15 | 235 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11001011 | 10111 | 0 | 1001 | 1101 | 10011101 | 101101 | 1001101 |
Color Harmonies of #ABDFCB
Complementary color
Monochromatic Colors of #ABDFCB
Black with #ABDFCB
Text Example
Text Example
White with #ABDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFCB; }
p { color: rgb(171,223,203); }
H1.HeaderClassName
{
color: #ABDFCB;
}
.AnyTagClassName
{
color: #ABDFCB;
}
</style>
background-color css
<style>
a { background-color: #ABDFCB; }
a { background-color: rgb(171,223,203); }
div.DivClassName
{
background-color: #ABDFCB;
}
.BgClassName
{
background-color: #ABDFCB;
}
</style>
border-color css
<style>
span { border-color: #ABDFCB; }
span { border-color: rgb(171,223,203); }
td.TdClassName
{
border-color: #ABDFCB;
}
.TagClassName
{
border-color: #ABDFCB;
}
</style>