Shades of Sinbad #9CCCC8
Tints of Sinbad #9CCCC8
RGB
CMYK
RGB Variations
Color information
#9CCCC8 (or 0x9CCCC8) is known color: Sinbad. HEX triplet: 9C, CC and C8. RGB value is (156,204,200). Sum of RGB (Red+Green+Blue) = 156+204+200=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCC8 is #633337. Grayscale: #BDBDBD. Windows color (decimal): -6501176 or 13159580. OLE color: 13159580.
HSL color Cylindrical-coordinate representation of color #9CCCC8: hue angle of 175º degrees, saturation: 0.32, 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 #9CCCC8 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 200 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.2 |
| HSL | 175º | 0.32% | 0.71% | - |
| HSV(B) | 175º | 0.24% | 0.8% | - |
| XYZ | 45.73 | 54.42 | 62.74 | - |
| YUV | 189.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 200 | 0.24 | 0 | 0.02 | 0.2 | 175 | 0.32 | 0.71 |
| Hex | 9C | CC | C8 | 18 | 0 | 2 | 14 | AF | 20 | 47 |
| Octal | 234 | 314 | 310 | 30 | 0 | 2 | 24 | 257 | 40 | 107 |
| Binary | 10011100 | 11001100 | 11001000 | 11000 | 0 | 10 | 10100 | 10101111 | 100000 | 1000111 |
Color Harmonies of #9CCCC8
Complementary color
Monochromatic Colors of #9CCCC8
Black with #9CCCC8
Text Example
Text Example
White with #9CCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCC8; }
p { color: rgb(156,204,200); }
H1.HeaderClassName
{
color: #9CCCC8;
}
.AnyTagClassName
{
color: #9CCCC8;
}
</style>
background-color css
<style>
a { background-color: #9CCCC8; }
a { background-color: rgb(156,204,200); }
div.DivClassName
{
background-color: #9CCCC8;
}
.BgClassName
{
background-color: #9CCCC8;
}
</style>
border-color css
<style>
span { border-color: #9CCCC8; }
span { border-color: rgb(156,204,200); }
td.TdClassName
{
border-color: #9CCCC8;
}
.TagClassName
{
border-color: #9CCCC8;
}
</style>