Shades of Sinbad #9BE1D4
Tints of Sinbad #9BE1D4
RGB
CMYK
RGB Variations
Color information
#9BE1D4 (or 0x9BE1D4) is known color: Sinbad. HEX triplet: 9B, E1 and D4. RGB value is (155,225,212). Sum of RGB (Red+Green+Blue) = 155+225+212=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1D4 is #641E2B. Grayscale: #CACACA. Windows color (decimal): -6561324 or 13951387. OLE color: 13951387.
HSL color Cylindrical-coordinate representation of color #9BE1D4: hue angle of 168.86º 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 #9BE1D4 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 212 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.12 |
| HSL | 168.86º | 0.54% | 0.75% | - |
| HSV(B) | 168.86º | 0.31% | 0.88% | - |
| XYZ | 52.33 | 65.57 | 72.19 | - |
| YUV | 202.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 212 | 0.31 | 0 | 0.06 | 0.12 | 168.86 | 0.54 | 0.75 |
| Hex | 9B | E1 | D4 | 1F | 0 | 6 | C | A9 | 36 | 4B |
| Octal | 233 | 341 | 324 | 37 | 0 | 6 | 14 | 251 | 66 | 113 |
| Binary | 10011011 | 11100001 | 11010100 | 11111 | 0 | 110 | 1100 | 10101001 | 110110 | 1001011 |
Color Harmonies of #9BE1D4
Complementary color
Monochromatic Colors of #9BE1D4
Black with #9BE1D4
Text Example
Text Example
White with #9BE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1D4; }
p { color: rgb(155,225,212); }
H1.HeaderClassName
{
color: #9BE1D4;
}
.AnyTagClassName
{
color: #9BE1D4;
}
</style>
background-color css
<style>
a { background-color: #9BE1D4; }
a { background-color: rgb(155,225,212); }
div.DivClassName
{
background-color: #9BE1D4;
}
.BgClassName
{
background-color: #9BE1D4;
}
</style>
border-color css
<style>
span { border-color: #9BE1D4; }
span { border-color: rgb(155,225,212); }
td.TdClassName
{
border-color: #9BE1D4;
}
.TagClassName
{
border-color: #9BE1D4;
}
</style>