Shades of Sinbad #9CCDC5
Tints of Sinbad #9CCDC5
RGB
CMYK
RGB Variations
Color information
#9CCDC5 (or 0x9CCDC5) is known color: Sinbad. HEX triplet: 9C, CD and C5. RGB value is (156,205,197). Sum of RGB (Red+Green+Blue) = 156+205+197=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDC5 is #63323A. Grayscale: #BDBDBD. Windows color (decimal): -6500923 or 12963228. OLE color: 12963228.
HSL color Cylindrical-coordinate representation of color #9CCDC5: hue angle of 170.2º 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 #9CCDC5 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 197 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.20 |
| HSL | 170.2º | 0.33% | 0.71% | - |
| HSV(B) | 170.2º | 0.24% | 0.8% | - |
| XYZ | 45.62 | 54.76 | 60.99 | - |
| YUV | 189.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 197 | 0.24 | 0 | 0.04 | 0.20 | 170.2 | 0.33 | 0.71 |
| Hex | 9C | CD | C5 | 18 | 0 | 4 | 14 | AA | 21 | 47 |
| Octal | 234 | 315 | 305 | 30 | 0 | 4 | 24 | 252 | 41 | 107 |
| Binary | 10011100 | 11001101 | 11000101 | 11000 | 0 | 100 | 10100 | 10101010 | 100001 | 1000111 |
Color Harmonies of #9CCDC5
Complementary color
Monochromatic Colors of #9CCDC5
Black with #9CCDC5
Text Example
Text Example
White with #9CCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDC5; }
p { color: rgb(156,205,197); }
H1.HeaderClassName
{
color: #9CCDC5;
}
.AnyTagClassName
{
color: #9CCDC5;
}
</style>
background-color css
<style>
a { background-color: #9CCDC5; }
a { background-color: rgb(156,205,197); }
div.DivClassName
{
background-color: #9CCDC5;
}
.BgClassName
{
background-color: #9CCDC5;
}
</style>
border-color css
<style>
span { border-color: #9CCDC5; }
span { border-color: rgb(156,205,197); }
td.TdClassName
{
border-color: #9CCDC5;
}
.TagClassName
{
border-color: #9CCDC5;
}
</style>