Shades of Sinbad #ABCCC7
Tints of Sinbad #ABCCC7
RGB
CMYK
RGB Variations
Color information
#ABCCC7 (or 0xABCCC7) is known color: Sinbad. HEX triplet: AB, CC and C7. RGB value is (171,204,199). Sum of RGB (Red+Green+Blue) = 171+204+199=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCC7 is #543338. Grayscale: #C1C1C1. Windows color (decimal): -5518137 or 13094059. OLE color: 13094059.
HSL color Cylindrical-coordinate representation of color #ABCCC7: hue angle of 170.91º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCC7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 199 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.2 |
| HSL | 170.91º | 0.24% | 0.74% | - |
| HSV(B) | 170.91º | 0.16% | 0.8% | - |
| XYZ | 48.7 | 55.97 | 62.27 | - |
| YUV | 193.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 199 | 0.16 | 0 | 0.02 | 0.2 | 170.91 | 0.24 | 0.74 |
| Hex | AB | CC | C7 | 10 | 0 | 2 | 14 | AB | 18 | 4A |
| Octal | 253 | 314 | 307 | 20 | 0 | 2 | 24 | 253 | 30 | 112 |
| Binary | 10101011 | 11001100 | 11000111 | 10000 | 0 | 10 | 10100 | 10101011 | 11000 | 1001010 |
Color Harmonies of #ABCCC7
Complementary color
Monochromatic Colors of #ABCCC7
Black with #ABCCC7
Text Example
Text Example
White with #ABCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCC7; }
p { color: rgb(171,204,199); }
H1.HeaderClassName
{
color: #ABCCC7;
}
.AnyTagClassName
{
color: #ABCCC7;
}
</style>
background-color css
<style>
a { background-color: #ABCCC7; }
a { background-color: rgb(171,204,199); }
div.DivClassName
{
background-color: #ABCCC7;
}
.BgClassName
{
background-color: #ABCCC7;
}
</style>
border-color css
<style>
span { border-color: #ABCCC7; }
span { border-color: rgb(171,204,199); }
td.TdClassName
{
border-color: #ABCCC7;
}
.TagClassName
{
border-color: #ABCCC7;
}
</style>