Shades of Sinbad #9EDBCB
Tints of Sinbad #9EDBCB
RGB
CMYK
RGB Variations
Color information
#9EDBCB (or 0x9EDBCB) is known color: Sinbad. HEX triplet: 9E, DB and CB. RGB value is (158,219,203). Sum of RGB (Red+Green+Blue) = 158+219+203=580 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.24% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBCB is #612434. Grayscale: #C6C6C6. Windows color (decimal): -6366261 or 13360030. OLE color: 13360030.
HSL color Cylindrical-coordinate representation of color #9EDBCB: hue angle of 164.26º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBCB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 203 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.14 |
| HSL | 164.26º | 0.46% | 0.74% | - |
| HSV(B) | 164.26º | 0.28% | 0.86% | - |
| XYZ | 50.21 | 62.24 | 65.87 | - |
| YUV | 198.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 203 | 0.28 | 0 | 0.07 | 0.14 | 164.26 | 0.46 | 0.74 |
| Hex | 9E | DB | CB | 1C | 0 | 7 | E | A4 | 2E | 4A |
| Octal | 236 | 333 | 313 | 34 | 0 | 7 | 16 | 244 | 56 | 112 |
| Binary | 10011110 | 11011011 | 11001011 | 11100 | 0 | 111 | 1110 | 10100100 | 101110 | 1001010 |
Color Harmonies of #9EDBCB
Complementary color
Monochromatic Colors of #9EDBCB
Black with #9EDBCB
Text Example
Text Example
White with #9EDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBCB; }
p { color: rgb(158,219,203); }
H1.HeaderClassName
{
color: #9EDBCB;
}
.AnyTagClassName
{
color: #9EDBCB;
}
</style>
background-color css
<style>
a { background-color: #9EDBCB; }
a { background-color: rgb(158,219,203); }
div.DivClassName
{
background-color: #9EDBCB;
}
.BgClassName
{
background-color: #9EDBCB;
}
</style>
border-color css
<style>
span { border-color: #9EDBCB; }
span { border-color: rgb(158,219,203); }
td.TdClassName
{
border-color: #9EDBCB;
}
.TagClassName
{
border-color: #9EDBCB;
}
</style>