Shades of Sinbad #ABCDCD
Tints of Sinbad #ABCDCD
RGB
CMYK
RGB Variations
Color information
#ABCDCD (or 0xABCDCD) is known color: Sinbad. HEX triplet: AB, CD and CD. RGB value is (171,205,205). Sum of RGB (Red+Green+Blue) = 171+205+205=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #ABCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDCD is #543232. Grayscale: #C2C2C2. Windows color (decimal): -5517875 or 13487531. OLE color: 13487531.
HSL color Cylindrical-coordinate representation of color #ABCDCD: hue angle of 180º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDCD is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 205 | - |
| CMYK | 0.17 | 0 | 0 | 0.20 |
| HSL | 180º | 0.25% | 0.74% | - |
| HSV(B) | 180º | 0.17% | 0.8% | - |
| XYZ | 49.65 | 56.73 | 66.09 | - |
| YUV | 194.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 205 | 0.17 | 0 | 0 | 0.20 | 180 | 0.25 | 0.74 |
| Hex | AB | CD | CD | 11 | 0 | 0 | 14 | B4 | 19 | 4A |
| Octal | 253 | 315 | 315 | 21 | 0 | 0 | 24 | 264 | 31 | 112 |
| Binary | 10101011 | 11001101 | 11001101 | 10001 | 0 | 0 | 10100 | 10110100 | 11001 | 1001010 |
Color Harmonies of #ABCDCD
Complementary color
Monochromatic Colors of #ABCDCD
Black with #ABCDCD
Text Example
Text Example
White with #ABCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDCD; }
p { color: rgb(171,205,205); }
H1.HeaderClassName
{
color: #ABCDCD;
}
.AnyTagClassName
{
color: #ABCDCD;
}
</style>
background-color css
<style>
a { background-color: #ABCDCD; }
a { background-color: rgb(171,205,205); }
div.DivClassName
{
background-color: #ABCDCD;
}
.BgClassName
{
background-color: #ABCDCD;
}
</style>
border-color css
<style>
span { border-color: #ABCDCD; }
span { border-color: rgb(171,205,205); }
td.TdClassName
{
border-color: #ABCDCD;
}
.TagClassName
{
border-color: #ABCDCD;
}
</style>