Shades of Sinbad #9FCFC6
Tints of Sinbad #9FCFC6
RGB
CMYK
RGB Variations
Color information
#9FCFC6 (or 0x9FCFC6) is known color: Sinbad. HEX triplet: 9F, CF and C6. RGB value is (159,207,198). Sum of RGB (Red+Green+Blue) = 159+207+198=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFC6 is #603039. Grayscale: #BFBFBF. Windows color (decimal): -6303802 or 13029279. OLE color: 13029279.
HSL color Cylindrical-coordinate representation of color #9FCFC6: hue angle of 168.75º 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 #9FCFC6 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 198 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.19 |
| HSL | 168.75º | 0.33% | 0.72% | - |
| HSV(B) | 168.75º | 0.23% | 0.81% | - |
| XYZ | 46.8 | 56.07 | 61.78 | - |
| YUV | 191.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 198 | 0.23 | 0 | 0.04 | 0.19 | 168.75 | 0.33 | 0.72 |
| Hex | 9F | CF | C6 | 17 | 0 | 4 | 13 | A9 | 21 | 48 |
| Octal | 237 | 317 | 306 | 27 | 0 | 4 | 23 | 251 | 41 | 110 |
| Binary | 10011111 | 11001111 | 11000110 | 10111 | 0 | 100 | 10011 | 10101001 | 100001 | 1001000 |
Color Harmonies of #9FCFC6
Complementary color
Monochromatic Colors of #9FCFC6
Black with #9FCFC6
Text Example
Text Example
White with #9FCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFC6; }
p { color: rgb(159,207,198); }
H1.HeaderClassName
{
color: #9FCFC6;
}
.AnyTagClassName
{
color: #9FCFC6;
}
</style>
background-color css
<style>
a { background-color: #9FCFC6; }
a { background-color: rgb(159,207,198); }
div.DivClassName
{
background-color: #9FCFC6;
}
.BgClassName
{
background-color: #9FCFC6;
}
</style>
border-color css
<style>
span { border-color: #9FCFC6; }
span { border-color: rgb(159,207,198); }
td.TdClassName
{
border-color: #9FCFC6;
}
.TagClassName
{
border-color: #9FCFC6;
}
</style>