Shades of Sinbad #9CCFCB
Tints of Sinbad #9CCFCB
RGB
CMYK
RGB Variations
Color information
#9CCFCB (or 0x9CCFCB) is known color: Sinbad. HEX triplet: 9C, CF and CB. RGB value is (156,207,203). Sum of RGB (Red+Green+Blue) = 156+207+203=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCFCB is #633034. Grayscale: #BFBFBF. Windows color (decimal): -6500405 or 13356956. OLE color: 13356956.
HSL color Cylindrical-coordinate representation of color #9CCFCB: hue angle of 175.29º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCFCB is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 203 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.19 |
| HSL | 175.29º | 0.35% | 0.71% | - |
| HSV(B) | 175.29º | 0.25% | 0.81% | - |
| XYZ | 46.8 | 56.01 | 64.84 | - |
| YUV | 191.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 203 | 0.25 | 0 | 0.02 | 0.19 | 175.29 | 0.35 | 0.71 |
| Hex | 9C | CF | CB | 19 | 0 | 2 | 13 | AF | 23 | 47 |
| Octal | 234 | 317 | 313 | 31 | 0 | 2 | 23 | 257 | 43 | 107 |
| Binary | 10011100 | 11001111 | 11001011 | 11001 | 0 | 10 | 10011 | 10101111 | 100011 | 1000111 |
Color Harmonies of #9CCFCB
Complementary color
Monochromatic Colors of #9CCFCB
Black with #9CCFCB
Text Example
Text Example
White with #9CCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFCB; }
p { color: rgb(156,207,203); }
H1.HeaderClassName
{
color: #9CCFCB;
}
.AnyTagClassName
{
color: #9CCFCB;
}
</style>
background-color css
<style>
a { background-color: #9CCFCB; }
a { background-color: rgb(156,207,203); }
div.DivClassName
{
background-color: #9CCFCB;
}
.BgClassName
{
background-color: #9CCFCB;
}
</style>
border-color css
<style>
span { border-color: #9CCFCB; }
span { border-color: rgb(156,207,203); }
td.TdClassName
{
border-color: #9CCFCB;
}
.TagClassName
{
border-color: #9CCFCB;
}
</style>