Shades of Sinbad #9BCDC4
Tints of Sinbad #9BCDC4
RGB
CMYK
RGB Variations
Color information
#9BCDC4 (or 0x9BCDC4) is known color: Sinbad. HEX triplet: 9B, CD and C4. RGB value is (155,205,196). Sum of RGB (Red+Green+Blue) = 155+205+196=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDC4 is #64323B. Grayscale: #BDBDBD. Windows color (decimal): -6566460 or 12897691. OLE color: 12897691.
HSL color Cylindrical-coordinate representation of color #9BCDC4: hue angle of 169.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDC4 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 196 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.20 |
| HSL | 169.2º | 0.33% | 0.71% | - |
| HSV(B) | 169.2º | 0.24% | 0.8% | - |
| XYZ | 45.31 | 54.62 | 60.38 | - |
| YUV | 189.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 196 | 0.24 | 0 | 0.04 | 0.20 | 169.2 | 0.33 | 0.71 |
| Hex | 9B | CD | C4 | 18 | 0 | 4 | 14 | A9 | 21 | 47 |
| Octal | 233 | 315 | 304 | 30 | 0 | 4 | 24 | 251 | 41 | 107 |
| Binary | 10011011 | 11001101 | 11000100 | 11000 | 0 | 100 | 10100 | 10101001 | 100001 | 1000111 |
Color Harmonies of #9BCDC4
Complementary color
Monochromatic Colors of #9BCDC4
Black with #9BCDC4
Text Example
Text Example
White with #9BCDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDC4; }
p { color: rgb(155,205,196); }
H1.HeaderClassName
{
color: #9BCDC4;
}
.AnyTagClassName
{
color: #9BCDC4;
}
</style>
background-color css
<style>
a { background-color: #9BCDC4; }
a { background-color: rgb(155,205,196); }
div.DivClassName
{
background-color: #9BCDC4;
}
.BgClassName
{
background-color: #9BCDC4;
}
</style>
border-color css
<style>
span { border-color: #9BCDC4; }
span { border-color: rgb(155,205,196); }
td.TdClassName
{
border-color: #9BCDC4;
}
.TagClassName
{
border-color: #9BCDC4;
}
</style>