Shades of Sinbad #9BE1D6
Tints of Sinbad #9BE1D6
RGB
CMYK
RGB Variations
Color information
#9BE1D6 (or 0x9BE1D6) is known color: Sinbad. HEX triplet: 9B, E1 and D6. RGB value is (155,225,214). Sum of RGB (Red+Green+Blue) = 155+225+214=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1D6 is #641E29. Grayscale: #CACACA. Windows color (decimal): -6561322 or 14082459. OLE color: 14082459.
HSL color Cylindrical-coordinate representation of color #9BE1D6: hue angle of 170.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1D6 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 214 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.12 |
| HSL | 170.57º | 0.54% | 0.75% | - |
| HSV(B) | 170.57º | 0.31% | 0.88% | - |
| XYZ | 52.58 | 65.67 | 73.52 | - |
| YUV | 202.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 214 | 0.31 | 0 | 0.05 | 0.12 | 170.57 | 0.54 | 0.75 |
| Hex | 9B | E1 | D6 | 1F | 0 | 5 | C | AB | 36 | 4B |
| Octal | 233 | 341 | 326 | 37 | 0 | 5 | 14 | 253 | 66 | 113 |
| Binary | 10011011 | 11100001 | 11010110 | 11111 | 0 | 101 | 1100 | 10101011 | 110110 | 1001011 |
Color Harmonies of #9BE1D6
Complementary color
Monochromatic Colors of #9BE1D6
Black with #9BE1D6
Text Example
Text Example
White with #9BE1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1D6; }
p { color: rgb(155,225,214); }
H1.HeaderClassName
{
color: #9BE1D6;
}
.AnyTagClassName
{
color: #9BE1D6;
}
</style>
background-color css
<style>
a { background-color: #9BE1D6; }
a { background-color: rgb(155,225,214); }
div.DivClassName
{
background-color: #9BE1D6;
}
.BgClassName
{
background-color: #9BE1D6;
}
</style>
border-color css
<style>
span { border-color: #9BE1D6; }
span { border-color: rgb(155,225,214); }
td.TdClassName
{
border-color: #9BE1D6;
}
.TagClassName
{
border-color: #9BE1D6;
}
</style>