Shades of Sinbad #9BDECE
Tints of Sinbad #9BDECE
RGB
CMYK
RGB Variations
Color information
#9BDECE (or 0x9BDECE) is known color: Sinbad. HEX triplet: 9B, DE and CE. RGB value is (155,222,206). Sum of RGB (Red+Green+Blue) = 155+222+206=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDECE is #642131. Grayscale: #C8C8C8. Windows color (decimal): -6562098 or 13557403. OLE color: 13557403.
HSL color Cylindrical-coordinate representation of color #9BDECE: hue angle of 165.67º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDECE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 206 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.13 |
| HSL | 165.67º | 0.5% | 0.74% | - |
| HSV(B) | 165.67º | 0.3% | 0.87% | - |
| XYZ | 50.78 | 63.67 | 68.01 | - |
| YUV | 200.14 | 131.3 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 206 | 0.30 | 0 | 0.07 | 0.13 | 165.67 | 0.5 | 0.74 |
| Hex | 9B | DE | CE | 1E | 0 | 7 | D | A6 | 32 | 4A |
| Octal | 233 | 336 | 316 | 36 | 0 | 7 | 15 | 246 | 62 | 112 |
| Binary | 10011011 | 11011110 | 11001110 | 11110 | 0 | 111 | 1101 | 10100110 | 110010 | 1001010 |
Color Harmonies of #9BDECE
Complementary color
Monochromatic Colors of #9BDECE
Black with #9BDECE
Text Example
Text Example
White with #9BDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDECE; }
p { color: rgb(155,222,206); }
H1.HeaderClassName
{
color: #9BDECE;
}
.AnyTagClassName
{
color: #9BDECE;
}
</style>
background-color css
<style>
a { background-color: #9BDECE; }
a { background-color: rgb(155,222,206); }
div.DivClassName
{
background-color: #9BDECE;
}
.BgClassName
{
background-color: #9BDECE;
}
</style>
border-color css
<style>
span { border-color: #9BDECE; }
span { border-color: rgb(155,222,206); }
td.TdClassName
{
border-color: #9BDECE;
}
.TagClassName
{
border-color: #9BDECE;
}
</style>