Shades of Sinbad #9FCFCB
Tints of Sinbad #9FCFCB
RGB
CMYK
RGB Variations
Color information
#9FCFCB (or 0x9FCFCB) is known color: Sinbad. HEX triplet: 9F, CF and CB. RGB value is (159,207,203). Sum of RGB (Red+Green+Blue) = 159+207+203=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFCB is #603034. Grayscale: #C0C0C0. Windows color (decimal): -6303797 or 13356959. OLE color: 13356959.
HSL color Cylindrical-coordinate representation of color #9FCFCB: hue angle of 175º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCFCB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 203 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.19 |
| HSL | 175º | 0.33% | 0.72% | - |
| HSV(B) | 175º | 0.23% | 0.81% | - |
| XYZ | 47.39 | 56.31 | 64.87 | - |
| YUV | 192.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 203 | 0.23 | 0 | 0.02 | 0.19 | 175 | 0.33 | 0.72 |
| Hex | 9F | CF | CB | 17 | 0 | 2 | 13 | AF | 21 | 48 |
| Octal | 237 | 317 | 313 | 27 | 0 | 2 | 23 | 257 | 41 | 110 |
| Binary | 10011111 | 11001111 | 11001011 | 10111 | 0 | 10 | 10011 | 10101111 | 100001 | 1001000 |
Color Harmonies of #9FCFCB
Complementary color
Monochromatic Colors of #9FCFCB
Black with #9FCFCB
Text Example
Text Example
White with #9FCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFCB; }
p { color: rgb(159,207,203); }
H1.HeaderClassName
{
color: #9FCFCB;
}
.AnyTagClassName
{
color: #9FCFCB;
}
</style>
background-color css
<style>
a { background-color: #9FCFCB; }
a { background-color: rgb(159,207,203); }
div.DivClassName
{
background-color: #9FCFCB;
}
.BgClassName
{
background-color: #9FCFCB;
}
</style>
border-color css
<style>
span { border-color: #9FCFCB; }
span { border-color: rgb(159,207,203); }
td.TdClassName
{
border-color: #9FCFCB;
}
.TagClassName
{
border-color: #9FCFCB;
}
</style>