Shades of Sinbad #9BD9CF
Tints of Sinbad #9BD9CF
RGB
CMYK
RGB Variations
Color information
#9BD9CF (or 0x9BD9CF) is known color: Sinbad. HEX triplet: 9B, D9 and CF. RGB value is (155,217,207). Sum of RGB (Red+Green+Blue) = 155+217+207=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD9CF is #642630. Grayscale: #C5C5C5. Windows color (decimal): -6563377 or 13621659. OLE color: 13621659.
HSL color Cylindrical-coordinate representation of color #9BD9CF: hue angle of 170.32º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9CF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 207 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.15 |
| HSL | 170.32º | 0.45% | 0.73% | - |
| HSV(B) | 170.32º | 0.29% | 0.85% | - |
| XYZ | 49.59 | 61.1 | 68.21 | - |
| YUV | 197.32 | 133.46 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 207 | 0.29 | 0 | 0.05 | 0.15 | 170.32 | 0.45 | 0.73 |
| Hex | 9B | D9 | CF | 1D | 0 | 5 | F | AA | 2D | 49 |
| Octal | 233 | 331 | 317 | 35 | 0 | 5 | 17 | 252 | 55 | 111 |
| Binary | 10011011 | 11011001 | 11001111 | 11101 | 0 | 101 | 1111 | 10101010 | 101101 | 1001001 |
Color Harmonies of #9BD9CF
Complementary color
Monochromatic Colors of #9BD9CF
Black with #9BD9CF
Text Example
Text Example
White with #9BD9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD9CF; }
p { color: rgb(155,217,207); }
H1.HeaderClassName
{
color: #9BD9CF;
}
.AnyTagClassName
{
color: #9BD9CF;
}
</style>
background-color css
<style>
a { background-color: #9BD9CF; }
a { background-color: rgb(155,217,207); }
div.DivClassName
{
background-color: #9BD9CF;
}
.BgClassName
{
background-color: #9BD9CF;
}
</style>
border-color css
<style>
span { border-color: #9BD9CF; }
span { border-color: rgb(155,217,207); }
td.TdClassName
{
border-color: #9BD9CF;
}
.TagClassName
{
border-color: #9BD9CF;
}
</style>