Shades of Sinbad #9BCFC4
Tints of Sinbad #9BCFC4
RGB
CMYK
RGB Variations
Color information
#9BCFC4 (or 0x9BCFC4) is known color: Sinbad. HEX triplet: 9B, CF and C4. RGB value is (155,207,196). Sum of RGB (Red+Green+Blue) = 155+207+196=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFC4 is #64303B. Grayscale: #BEBEBE. Windows color (decimal): -6565948 or 12898203. OLE color: 12898203.
HSL color Cylindrical-coordinate representation of color #9BCFC4: hue angle of 167.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFC4 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 196 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.19 |
| HSL | 167.31º | 0.35% | 0.71% | - |
| HSV(B) | 167.31º | 0.25% | 0.81% | - |
| XYZ | 45.79 | 55.58 | 60.54 | - |
| YUV | 190.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 196 | 0.25 | 0 | 0.05 | 0.19 | 167.31 | 0.35 | 0.71 |
| Hex | 9B | CF | C4 | 19 | 0 | 5 | 13 | A7 | 23 | 47 |
| Octal | 233 | 317 | 304 | 31 | 0 | 5 | 23 | 247 | 43 | 107 |
| Binary | 10011011 | 11001111 | 11000100 | 11001 | 0 | 101 | 10011 | 10100111 | 100011 | 1000111 |
Color Harmonies of #9BCFC4
Complementary color
Monochromatic Colors of #9BCFC4
Black with #9BCFC4
Text Example
Text Example
White with #9BCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFC4; }
p { color: rgb(155,207,196); }
H1.HeaderClassName
{
color: #9BCFC4;
}
.AnyTagClassName
{
color: #9BCFC4;
}
</style>
background-color css
<style>
a { background-color: #9BCFC4; }
a { background-color: rgb(155,207,196); }
div.DivClassName
{
background-color: #9BCFC4;
}
.BgClassName
{
background-color: #9BCFC4;
}
</style>
border-color css
<style>
span { border-color: #9BCFC4; }
span { border-color: rgb(155,207,196); }
td.TdClassName
{
border-color: #9BCFC4;
}
.TagClassName
{
border-color: #9BCFC4;
}
</style>