Shades of Sinbad #9BD6CE
Tints of Sinbad #9BD6CE
RGB
CMYK
RGB Variations
Color information
#9BD6CE (or 0x9BD6CE) is known color: Sinbad. HEX triplet: 9B, D6 and CE. RGB value is (155,214,206). Sum of RGB (Red+Green+Blue) = 155+214+206=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6CE is #642931. Grayscale: #C3C3C3. Windows color (decimal): -6564146 or 13555355. OLE color: 13555355.
HSL color Cylindrical-coordinate representation of color #9BD6CE: hue angle of 171.86º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD6CE is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 206 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.16 |
| HSL | 171.86º | 0.42% | 0.72% | - |
| HSV(B) | 171.86º | 0.28% | 0.84% | - |
| XYZ | 48.7 | 59.52 | 67.31 | - |
| YUV | 195.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 206 | 0.28 | 0 | 0.04 | 0.16 | 171.86 | 0.42 | 0.72 |
| Hex | 9B | D6 | CE | 1C | 0 | 4 | 10 | AC | 2A | 48 |
| Octal | 233 | 326 | 316 | 34 | 0 | 4 | 20 | 254 | 52 | 110 |
| Binary | 10011011 | 11010110 | 11001110 | 11100 | 0 | 100 | 10000 | 10101100 | 101010 | 1001000 |
Color Harmonies of #9BD6CE
Complementary color
Monochromatic Colors of #9BD6CE
Black with #9BD6CE
Text Example
Text Example
White with #9BD6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD6CE; }
p { color: rgb(155,214,206); }
H1.HeaderClassName
{
color: #9BD6CE;
}
.AnyTagClassName
{
color: #9BD6CE;
}
</style>
background-color css
<style>
a { background-color: #9BD6CE; }
a { background-color: rgb(155,214,206); }
div.DivClassName
{
background-color: #9BD6CE;
}
.BgClassName
{
background-color: #9BD6CE;
}
</style>
border-color css
<style>
span { border-color: #9BD6CE; }
span { border-color: rgb(155,214,206); }
td.TdClassName
{
border-color: #9BD6CE;
}
.TagClassName
{
border-color: #9BD6CE;
}
</style>