Shades of Sinbad #9BD5C8
Tints of Sinbad #9BD5C8
RGB
CMYK
RGB Variations
Color information
#9BD5C8 (or 0x9BD5C8) is known color: Sinbad. HEX triplet: 9B, D5 and C8. RGB value is (155,213,200). Sum of RGB (Red+Green+Blue) = 155+213+200=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5C8 is #642A37. Grayscale: #C2C2C2. Windows color (decimal): -6564408 or 13161883. OLE color: 13161883.
HSL color Cylindrical-coordinate representation of color #9BD5C8: hue angle of 166.55º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD5C8 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 200 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.16 |
| HSL | 166.55º | 0.41% | 0.72% | - |
| HSV(B) | 166.55º | 0.27% | 0.84% | - |
| XYZ | 47.74 | 58.73 | 63.46 | - |
| YUV | 194.18 | 131.28 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 200 | 0.27 | 0 | 0.06 | 0.16 | 166.55 | 0.41 | 0.72 |
| Hex | 9B | D5 | C8 | 1B | 0 | 6 | 10 | A7 | 29 | 48 |
| Octal | 233 | 325 | 310 | 33 | 0 | 6 | 20 | 247 | 51 | 110 |
| Binary | 10011011 | 11010101 | 11001000 | 11011 | 0 | 110 | 10000 | 10100111 | 101001 | 1001000 |
Color Harmonies of #9BD5C8
Complementary color
Monochromatic Colors of #9BD5C8
Black with #9BD5C8
Text Example
Text Example
White with #9BD5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD5C8; }
p { color: rgb(155,213,200); }
H1.HeaderClassName
{
color: #9BD5C8;
}
.AnyTagClassName
{
color: #9BD5C8;
}
</style>
background-color css
<style>
a { background-color: #9BD5C8; }
a { background-color: rgb(155,213,200); }
div.DivClassName
{
background-color: #9BD5C8;
}
.BgClassName
{
background-color: #9BD5C8;
}
</style>
border-color css
<style>
span { border-color: #9BD5C8; }
span { border-color: rgb(155,213,200); }
td.TdClassName
{
border-color: #9BD5C8;
}
.TagClassName
{
border-color: #9BD5C8;
}
</style>