Shades of Sinbad #9DCCC8
Tints of Sinbad #9DCCC8
RGB
CMYK
RGB Variations
Color information
#9DCCC8 (or 0x9DCCC8) is known color: Sinbad. HEX triplet: 9D, CC and C8. RGB value is (157,204,200). Sum of RGB (Red+Green+Blue) = 157+204+200=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCC8 is #623337. Grayscale: #BDBDBD. Windows color (decimal): -6435640 or 13159581. OLE color: 13159581.
HSL color Cylindrical-coordinate representation of color #9DCCC8: hue angle of 174.89º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCC8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 200 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.2 |
| HSL | 174.89º | 0.32% | 0.71% | - |
| HSV(B) | 174.89º | 0.23% | 0.8% | - |
| XYZ | 45.92 | 54.52 | 62.75 | - |
| YUV | 189.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 200 | 0.23 | 0 | 0.02 | 0.2 | 174.89 | 0.32 | 0.71 |
| Hex | 9D | CC | C8 | 17 | 0 | 2 | 14 | AF | 20 | 47 |
| Octal | 235 | 314 | 310 | 27 | 0 | 2 | 24 | 257 | 40 | 107 |
| Binary | 10011101 | 11001100 | 11001000 | 10111 | 0 | 10 | 10100 | 10101111 | 100000 | 1000111 |
Color Harmonies of #9DCCC8
Complementary color
Monochromatic Colors of #9DCCC8
Black with #9DCCC8
Text Example
Text Example
White with #9DCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCC8; }
p { color: rgb(157,204,200); }
H1.HeaderClassName
{
color: #9DCCC8;
}
.AnyTagClassName
{
color: #9DCCC8;
}
</style>
background-color css
<style>
a { background-color: #9DCCC8; }
a { background-color: rgb(157,204,200); }
div.DivClassName
{
background-color: #9DCCC8;
}
.BgClassName
{
background-color: #9DCCC8;
}
</style>
border-color css
<style>
span { border-color: #9DCCC8; }
span { border-color: rgb(157,204,200); }
td.TdClassName
{
border-color: #9DCCC8;
}
.TagClassName
{
border-color: #9DCCC8;
}
</style>