Shades of Sinbad #9FCFC7
Tints of Sinbad #9FCFC7
RGB
CMYK
RGB Variations
Color information
#9FCFC7 (or 0x9FCFC7) is known color: Sinbad. HEX triplet: 9F, CF and C7. RGB value is (159,207,199). Sum of RGB (Red+Green+Blue) = 159+207+199=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 199 (78.12% from 255 or 35.22% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFC7 is #603038. Grayscale: #BFBFBF. Windows color (decimal): -6303801 or 13094815. OLE color: 13094815.
HSL color Cylindrical-coordinate representation of color #9FCFC7: hue angle of 170º 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 #9FCFC7 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 199 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.19 |
| HSL | 170º | 0.33% | 0.72% | - |
| HSV(B) | 170º | 0.23% | 0.81% | - |
| XYZ | 46.92 | 56.12 | 62.39 | - |
| YUV | 191.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 199 | 0.23 | 0 | 0.04 | 0.19 | 170 | 0.33 | 0.72 |
| Hex | 9F | CF | C7 | 17 | 0 | 4 | 13 | AA | 21 | 48 |
| Octal | 237 | 317 | 307 | 27 | 0 | 4 | 23 | 252 | 41 | 110 |
| Binary | 10011111 | 11001111 | 11000111 | 10111 | 0 | 100 | 10011 | 10101010 | 100001 | 1001000 |
Color Harmonies of #9FCFC7
Complementary color
Monochromatic Colors of #9FCFC7
Black with #9FCFC7
Text Example
Text Example
White with #9FCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFC7; }
p { color: rgb(159,207,199); }
H1.HeaderClassName
{
color: #9FCFC7;
}
.AnyTagClassName
{
color: #9FCFC7;
}
</style>
background-color css
<style>
a { background-color: #9FCFC7; }
a { background-color: rgb(159,207,199); }
div.DivClassName
{
background-color: #9FCFC7;
}
.BgClassName
{
background-color: #9FCFC7;
}
</style>
border-color css
<style>
span { border-color: #9FCFC7; }
span { border-color: rgb(159,207,199); }
td.TdClassName
{
border-color: #9FCFC7;
}
.TagClassName
{
border-color: #9FCFC7;
}
</style>