Shades of Sinbad #9FCBC8
Tints of Sinbad #9FCBC8
RGB
CMYK
RGB Variations
Color information
#9FCBC8 (or 0x9FCBC8) is known color: Sinbad. HEX triplet: 9F, CB and C8. RGB value is (159,203,200). Sum of RGB (Red+Green+Blue) = 159+203+200=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCBC8 is #603437. Grayscale: #BDBDBD. Windows color (decimal): -6304824 or 13159327. OLE color: 13159327.
HSL color Cylindrical-coordinate representation of color #9FCBC8: hue angle of 175.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCBC8 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 203 | 200 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.20 |
| HSL | 175.91º | 0.3% | 0.71% | - |
| HSV(B) | 175.91º | 0.22% | 0.8% | - |
| XYZ | 46.08 | 54.25 | 62.69 | - |
| YUV | 189.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 200 | 0.22 | 0 | 0.01 | 0.20 | 175.91 | 0.3 | 0.71 |
| Hex | 9F | CB | C8 | 16 | 0 | 1 | 14 | B0 | 1E | 47 |
| Octal | 237 | 313 | 310 | 26 | 0 | 1 | 24 | 260 | 36 | 107 |
| Binary | 10011111 | 11001011 | 11001000 | 10110 | 0 | 1 | 10100 | 10110000 | 11110 | 1000111 |
Color Harmonies of #9FCBC8
Complementary color
Monochromatic Colors of #9FCBC8
Black with #9FCBC8
Text Example
Text Example
White with #9FCBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBC8; }
p { color: rgb(159,203,200); }
H1.HeaderClassName
{
color: #9FCBC8;
}
.AnyTagClassName
{
color: #9FCBC8;
}
</style>
background-color css
<style>
a { background-color: #9FCBC8; }
a { background-color: rgb(159,203,200); }
div.DivClassName
{
background-color: #9FCBC8;
}
.BgClassName
{
background-color: #9FCBC8;
}
</style>
border-color css
<style>
span { border-color: #9FCBC8; }
span { border-color: rgb(159,203,200); }
td.TdClassName
{
border-color: #9FCBC8;
}
.TagClassName
{
border-color: #9FCBC8;
}
</style>