Shades of Sinbad #9CCDC7
Tints of Sinbad #9CCDC7
RGB
CMYK
RGB Variations
Color information
#9CCDC7 (or 0x9CCDC7) is known color: Sinbad. HEX triplet: 9C, CD and C7. RGB value is (156,205,199). Sum of RGB (Red+Green+Blue) = 156+205+199=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDC7 is #633238. Grayscale: #BDBDBD. Windows color (decimal): -6500921 or 13094300. OLE color: 13094300.
HSL color Cylindrical-coordinate representation of color #9CCDC7: hue angle of 172.65º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDC7 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 199 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.20 |
| HSL | 172.65º | 0.33% | 0.71% | - |
| HSV(B) | 172.65º | 0.24% | 0.8% | - |
| XYZ | 45.85 | 54.85 | 62.2 | - |
| YUV | 189.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 199 | 0.24 | 0 | 0.03 | 0.20 | 172.65 | 0.33 | 0.71 |
| Hex | 9C | CD | C7 | 18 | 0 | 3 | 14 | AD | 21 | 47 |
| Octal | 234 | 315 | 307 | 30 | 0 | 3 | 24 | 255 | 41 | 107 |
| Binary | 10011100 | 11001101 | 11000111 | 11000 | 0 | 11 | 10100 | 10101101 | 100001 | 1000111 |
Color Harmonies of #9CCDC7
Complementary color
Monochromatic Colors of #9CCDC7
Black with #9CCDC7
Text Example
Text Example
White with #9CCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDC7; }
p { color: rgb(156,205,199); }
H1.HeaderClassName
{
color: #9CCDC7;
}
.AnyTagClassName
{
color: #9CCDC7;
}
</style>
background-color css
<style>
a { background-color: #9CCDC7; }
a { background-color: rgb(156,205,199); }
div.DivClassName
{
background-color: #9CCDC7;
}
.BgClassName
{
background-color: #9CCDC7;
}
</style>
border-color css
<style>
span { border-color: #9CCDC7; }
span { border-color: rgb(156,205,199); }
td.TdClassName
{
border-color: #9CCDC7;
}
.TagClassName
{
border-color: #9CCDC7;
}
</style>