Shades of Sinbad #9FCFC5
Tints of Sinbad #9FCFC5
RGB
CMYK
RGB Variations
Color information
#9FCFC5 (or 0x9FCFC5) is known color: Sinbad. HEX triplet: 9F, CF and C5. RGB value is (159,207,197). Sum of RGB (Red+Green+Blue) = 159+207+197=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCFC5 is #60303A. Grayscale: #BFBFBF. Windows color (decimal): -6303803 or 12963743. OLE color: 12963743.
HSL color Cylindrical-coordinate representation of color #9FCFC5: hue angle of 167.5º 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 #9FCFC5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 197 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.19 |
| HSL | 167.5º | 0.33% | 0.72% | - |
| HSV(B) | 167.5º | 0.23% | 0.81% | - |
| XYZ | 46.69 | 56.03 | 61.18 | - |
| YUV | 191.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 197 | 0.23 | 0 | 0.05 | 0.19 | 167.5 | 0.33 | 0.72 |
| Hex | 9F | CF | C5 | 17 | 0 | 5 | 13 | A8 | 21 | 48 |
| Octal | 237 | 317 | 305 | 27 | 0 | 5 | 23 | 250 | 41 | 110 |
| Binary | 10011111 | 11001111 | 11000101 | 10111 | 0 | 101 | 10011 | 10101000 | 100001 | 1001000 |
Color Harmonies of #9FCFC5
Complementary color
Monochromatic Colors of #9FCFC5
Black with #9FCFC5
Text Example
Text Example
White with #9FCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFC5; }
p { color: rgb(159,207,197); }
H1.HeaderClassName
{
color: #9FCFC5;
}
.AnyTagClassName
{
color: #9FCFC5;
}
</style>
background-color css
<style>
a { background-color: #9FCFC5; }
a { background-color: rgb(159,207,197); }
div.DivClassName
{
background-color: #9FCFC5;
}
.BgClassName
{
background-color: #9FCFC5;
}
</style>
border-color css
<style>
span { border-color: #9FCFC5; }
span { border-color: rgb(159,207,197); }
td.TdClassName
{
border-color: #9FCFC5;
}
.TagClassName
{
border-color: #9FCFC5;
}
</style>