Shades of Sinbad #9BDECF
Tints of Sinbad #9BDECF
RGB
CMYK
RGB Variations
Color information
#9BDECF (or 0x9BDECF) is known color: Sinbad. HEX triplet: 9B, DE and CF. RGB value is (155,222,207). Sum of RGB (Red+Green+Blue) = 155+222+207=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDECF is #642130. Grayscale: #C8C8C8. Windows color (decimal): -6562097 or 13622939. OLE color: 13622939.
HSL color Cylindrical-coordinate representation of color #9BDECF: hue angle of 166.57º 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 #9BDECF is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 207 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.13 |
| HSL | 166.57º | 0.5% | 0.74% | - |
| HSV(B) | 166.57º | 0.3% | 0.87% | - |
| XYZ | 50.9 | 63.72 | 68.65 | - |
| YUV | 200.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 207 | 0.30 | 0 | 0.07 | 0.13 | 166.57 | 0.5 | 0.74 |
| Hex | 9B | DE | CF | 1E | 0 | 7 | D | A7 | 32 | 4A |
| Octal | 233 | 336 | 317 | 36 | 0 | 7 | 15 | 247 | 62 | 112 |
| Binary | 10011011 | 11011110 | 11001111 | 11110 | 0 | 111 | 1101 | 10100111 | 110010 | 1001010 |
Color Harmonies of #9BDECF
Complementary color
Monochromatic Colors of #9BDECF
Black with #9BDECF
Text Example
Text Example
White with #9BDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDECF; }
p { color: rgb(155,222,207); }
H1.HeaderClassName
{
color: #9BDECF;
}
.AnyTagClassName
{
color: #9BDECF;
}
</style>
background-color css
<style>
a { background-color: #9BDECF; }
a { background-color: rgb(155,222,207); }
div.DivClassName
{
background-color: #9BDECF;
}
.BgClassName
{
background-color: #9BDECF;
}
</style>
border-color css
<style>
span { border-color: #9BDECF; }
span { border-color: rgb(155,222,207); }
td.TdClassName
{
border-color: #9BDECF;
}
.TagClassName
{
border-color: #9BDECF;
}
</style>