Shades of Sinbad #9BD0CA
Tints of Sinbad #9BD0CA
RGB
CMYK
RGB Variations
Color information
#9BD0CA (or 0x9BD0CA) is known color: Sinbad. HEX triplet: 9B, D0 and CA. RGB value is (155,208,202). Sum of RGB (Red+Green+Blue) = 155+208+202=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0CA is #642F35. Grayscale: #BFBFBF. Windows color (decimal): -6565686 or 13291675. OLE color: 13291675.
HSL color Cylindrical-coordinate representation of color #9BD0CA: hue angle of 173.21º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0CA is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 202 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.18 |
| HSL | 173.21º | 0.36% | 0.71% | - |
| HSV(B) | 173.21º | 0.25% | 0.82% | - |
| XYZ | 46.73 | 56.34 | 64.29 | - |
| YUV | 191.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 202 | 0.25 | 0 | 0.03 | 0.18 | 173.21 | 0.36 | 0.71 |
| Hex | 9B | D0 | CA | 19 | 0 | 3 | 12 | AD | 24 | 47 |
| Octal | 233 | 320 | 312 | 31 | 0 | 3 | 22 | 255 | 44 | 107 |
| Binary | 10011011 | 11010000 | 11001010 | 11001 | 0 | 11 | 10010 | 10101101 | 100100 | 1000111 |
Color Harmonies of #9BD0CA
Complementary color
Monochromatic Colors of #9BD0CA
Black with #9BD0CA
Text Example
Text Example
White with #9BD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0CA; }
p { color: rgb(155,208,202); }
H1.HeaderClassName
{
color: #9BD0CA;
}
.AnyTagClassName
{
color: #9BD0CA;
}
</style>
background-color css
<style>
a { background-color: #9BD0CA; }
a { background-color: rgb(155,208,202); }
div.DivClassName
{
background-color: #9BD0CA;
}
.BgClassName
{
background-color: #9BD0CA;
}
</style>
border-color css
<style>
span { border-color: #9BD0CA; }
span { border-color: rgb(155,208,202); }
td.TdClassName
{
border-color: #9BD0CA;
}
.TagClassName
{
border-color: #9BD0CA;
}
</style>