Shades of Sinbad #9EDBCD
Tints of Sinbad #9EDBCD
RGB
CMYK
RGB Variations
Color information
#9EDBCD (or 0x9EDBCD) is known color: Sinbad. HEX triplet: 9E, DB and CD. RGB value is (158,219,205). Sum of RGB (Red+Green+Blue) = 158+219+205=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBCD is #612432. Grayscale: #C7C7C7. Windows color (decimal): -6366259 or 13491102. OLE color: 13491102.
HSL color Cylindrical-coordinate representation of color #9EDBCD: hue angle of 166.23º 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 #9EDBCD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 205 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.14 |
| HSL | 166.23º | 0.46% | 0.74% | - |
| HSV(B) | 166.23º | 0.28% | 0.86% | - |
| XYZ | 50.45 | 62.34 | 67.13 | - |
| YUV | 199.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 205 | 0.28 | 0 | 0.06 | 0.14 | 166.23 | 0.46 | 0.74 |
| Hex | 9E | DB | CD | 1C | 0 | 6 | E | A6 | 2E | 4A |
| Octal | 236 | 333 | 315 | 34 | 0 | 6 | 16 | 246 | 56 | 112 |
| Binary | 10011110 | 11011011 | 11001101 | 11100 | 0 | 110 | 1110 | 10100110 | 101110 | 1001010 |
Color Harmonies of #9EDBCD
Complementary color
Monochromatic Colors of #9EDBCD
Black with #9EDBCD
Text Example
Text Example
White with #9EDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBCD; }
p { color: rgb(158,219,205); }
H1.HeaderClassName
{
color: #9EDBCD;
}
.AnyTagClassName
{
color: #9EDBCD;
}
</style>
background-color css
<style>
a { background-color: #9EDBCD; }
a { background-color: rgb(158,219,205); }
div.DivClassName
{
background-color: #9EDBCD;
}
.BgClassName
{
background-color: #9EDBCD;
}
</style>
border-color css
<style>
span { border-color: #9EDBCD; }
span { border-color: rgb(158,219,205); }
td.TdClassName
{
border-color: #9EDBCD;
}
.TagClassName
{
border-color: #9EDBCD;
}
</style>