Shades of Sinbad #9BE0DB
Tints of Sinbad #9BE0DB
RGB
CMYK
RGB Variations
Color information
#9BE0DB (or 0x9BE0DB) is known color: Sinbad. HEX triplet: 9B, E0 and DB. RGB value is (155,224,219). Sum of RGB (Red+Green+Blue) = 155+224+219=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0DB is #641F24. Grayscale: #CACACA. Windows color (decimal): -6561573 or 14409883. OLE color: 14409883.
HSL color Cylindrical-coordinate representation of color #9BE0DB: hue angle of 175.65º 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 #9BE0DB is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 219 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.12 |
| HSL | 175.65º | 0.53% | 0.74% | - |
| HSV(B) | 175.65º | 0.31% | 0.88% | - |
| XYZ | 52.96 | 65.39 | 76.85 | - |
| YUV | 202.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 219 | 0.31 | 0 | 0.02 | 0.12 | 175.65 | 0.53 | 0.74 |
| Hex | 9B | E0 | DB | 1F | 0 | 2 | C | B0 | 35 | 4A |
| Octal | 233 | 340 | 333 | 37 | 0 | 2 | 14 | 260 | 65 | 112 |
| Binary | 10011011 | 11100000 | 11011011 | 11111 | 0 | 10 | 1100 | 10110000 | 110101 | 1001010 |
Color Harmonies of #9BE0DB
Complementary color
Monochromatic Colors of #9BE0DB
Black with #9BE0DB
Text Example
Text Example
White with #9BE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE0DB; }
p { color: rgb(155,224,219); }
H1.HeaderClassName
{
color: #9BE0DB;
}
.AnyTagClassName
{
color: #9BE0DB;
}
</style>
background-color css
<style>
a { background-color: #9BE0DB; }
a { background-color: rgb(155,224,219); }
div.DivClassName
{
background-color: #9BE0DB;
}
.BgClassName
{
background-color: #9BE0DB;
}
</style>
border-color css
<style>
span { border-color: #9BE0DB; }
span { border-color: rgb(155,224,219); }
td.TdClassName
{
border-color: #9BE0DB;
}
.TagClassName
{
border-color: #9BE0DB;
}
</style>