Shades of Cruise #ABDDC9
Tints of Cruise #ABDDC9
RGB
CMYK
RGB Variations
Color information
#ABDDC9 (or 0xABDDC9) is known color: Cruise. HEX triplet: AB, DD and C9. RGB value is (171,221,201). Sum of RGB (Red+Green+Blue) = 171+221+201=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC9 is #542236. Grayscale: #CBCBCB. Windows color (decimal): -5513783 or 13229483. OLE color: 13229483.
HSL color Cylindrical-coordinate representation of color #ABDDC9: hue angle of 156º degrees, saturation: 0.42, 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 #ABDDC9 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 201 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.13 |
| HSL | 156º | 0.42% | 0.77% | - |
| HSV(B) | 156º | 0.23% | 0.87% | - |
| XYZ | 53.19 | 64.59 | 64.92 | - |
| YUV | 203.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 201 | 0.23 | 0 | 0.09 | 0.13 | 156 | 0.42 | 0.77 |
| Hex | AB | DD | C9 | 17 | 0 | 9 | D | 9C | 2A | 4D |
| Octal | 253 | 335 | 311 | 27 | 0 | 11 | 15 | 234 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11001001 | 10111 | 0 | 1001 | 1101 | 10011100 | 101010 | 1001101 |
Color Harmonies of #ABDDC9
Complementary color
Monochromatic Colors of #ABDDC9
Black with #ABDDC9
Text Example
Text Example
White with #ABDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDC9; }
p { color: rgb(171,221,201); }
H1.HeaderClassName
{
color: #ABDDC9;
}
.AnyTagClassName
{
color: #ABDDC9;
}
</style>
background-color css
<style>
a { background-color: #ABDDC9; }
a { background-color: rgb(171,221,201); }
div.DivClassName
{
background-color: #ABDDC9;
}
.BgClassName
{
background-color: #ABDDC9;
}
</style>
border-color css
<style>
span { border-color: #ABDDC9; }
span { border-color: rgb(171,221,201); }
td.TdClassName
{
border-color: #ABDDC9;
}
.TagClassName
{
border-color: #ABDDC9;
}
</style>