Shades of Sinbad #9BE0CF
Tints of Sinbad #9BE0CF
RGB
CMYK
RGB Variations
Color information
#9BE0CF (or 0x9BE0CF) is known color: Sinbad. HEX triplet: 9B, E0 and CF. RGB value is (155,224,207). Sum of RGB (Red+Green+Blue) = 155+224+207=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0CF is #641F30. Grayscale: #C9C9C9. Windows color (decimal): -6561585 or 13623451. OLE color: 13623451.
HSL color Cylindrical-coordinate representation of color #9BE0CF: hue angle of 165.22º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0CF is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 207 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.12 |
| HSL | 165.22º | 0.53% | 0.74% | - |
| HSV(B) | 165.22º | 0.31% | 0.88% | - |
| XYZ | 51.44 | 64.78 | 68.83 | - |
| YUV | 201.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 207 | 0.31 | 0 | 0.08 | 0.12 | 165.22 | 0.53 | 0.74 |
| Hex | 9B | E0 | CF | 1F | 0 | 8 | C | A5 | 35 | 4A |
| Octal | 233 | 340 | 317 | 37 | 0 | 10 | 14 | 245 | 65 | 112 |
| Binary | 10011011 | 11100000 | 11001111 | 11111 | 0 | 1000 | 1100 | 10100101 | 110101 | 1001010 |
Color Harmonies of #9BE0CF
Complementary color
Monochromatic Colors of #9BE0CF
Black with #9BE0CF
Text Example
Text Example
White with #9BE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE0CF; }
p { color: rgb(155,224,207); }
H1.HeaderClassName
{
color: #9BE0CF;
}
.AnyTagClassName
{
color: #9BE0CF;
}
</style>
background-color css
<style>
a { background-color: #9BE0CF; }
a { background-color: rgb(155,224,207); }
div.DivClassName
{
background-color: #9BE0CF;
}
.BgClassName
{
background-color: #9BE0CF;
}
</style>
border-color css
<style>
span { border-color: #9BE0CF; }
span { border-color: rgb(155,224,207); }
td.TdClassName
{
border-color: #9BE0CF;
}
.TagClassName
{
border-color: #9BE0CF;
}
</style>