Shades of Sinbad #9DCFCB
Tints of Sinbad #9DCFCB
RGB
CMYK
RGB Variations
Color information
#9DCFCB (or 0x9DCFCB) is known color: Sinbad. HEX triplet: 9D, CF and CB. RGB value is (157,207,203). Sum of RGB (Red+Green+Blue) = 157+207+203=567 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.69% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCFCB is #623034. Grayscale: #BFBFBF. Windows color (decimal): -6434869 or 13356957. OLE color: 13356957.
HSL color Cylindrical-coordinate representation of color #9DCFCB: hue angle of 175.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCFCB is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 203 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.19 |
| HSL | 175.2º | 0.34% | 0.71% | - |
| HSV(B) | 175.2º | 0.24% | 0.81% | - |
| XYZ | 47 | 56.11 | 64.85 | - |
| YUV | 191.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 203 | 0.24 | 0 | 0.02 | 0.19 | 175.2 | 0.34 | 0.71 |
| Hex | 9D | CF | CB | 18 | 0 | 2 | 13 | AF | 22 | 47 |
| Octal | 235 | 317 | 313 | 30 | 0 | 2 | 23 | 257 | 42 | 107 |
| Binary | 10011101 | 11001111 | 11001011 | 11000 | 0 | 10 | 10011 | 10101111 | 100010 | 1000111 |
Color Harmonies of #9DCFCB
Complementary color
Monochromatic Colors of #9DCFCB
Black with #9DCFCB
Text Example
Text Example
White with #9DCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFCB; }
p { color: rgb(157,207,203); }
H1.HeaderClassName
{
color: #9DCFCB;
}
.AnyTagClassName
{
color: #9DCFCB;
}
</style>
background-color css
<style>
a { background-color: #9DCFCB; }
a { background-color: rgb(157,207,203); }
div.DivClassName
{
background-color: #9DCFCB;
}
.BgClassName
{
background-color: #9DCFCB;
}
</style>
border-color css
<style>
span { border-color: #9DCFCB; }
span { border-color: rgb(157,207,203); }
td.TdClassName
{
border-color: #9DCFCB;
}
.TagClassName
{
border-color: #9DCFCB;
}
</style>