Shades of Sinbad #9ED8D1
Tints of Sinbad #9ED8D1
RGB
CMYK
RGB Variations
Color information
#9ED8D1 (or 0x9ED8D1) is known color: Sinbad. HEX triplet: 9E, D8 and D1. RGB value is (158,216,209). Sum of RGB (Red+Green+Blue) = 158+216+209=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8D1 is #61272E. Grayscale: #C5C5C5. Windows color (decimal): -6367023 or 13752478. OLE color: 13752478.
HSL color Cylindrical-coordinate representation of color #9ED8D1: hue angle of 172.76º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED8D1 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 216 | 209 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.15 |
| HSL | 172.76º | 0.43% | 0.73% | - |
| HSV(B) | 172.76º | 0.27% | 0.85% | - |
| XYZ | 50.17 | 60.98 | 69.45 | - |
| YUV | 197.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 216 | 209 | 0.27 | 0 | 0.03 | 0.15 | 172.76 | 0.43 | 0.73 |
| Hex | 9E | D8 | D1 | 1B | 0 | 3 | F | AD | 2B | 49 |
| Octal | 236 | 330 | 321 | 33 | 0 | 3 | 17 | 255 | 53 | 111 |
| Binary | 10011110 | 11011000 | 11010001 | 11011 | 0 | 11 | 1111 | 10101101 | 101011 | 1001001 |
Color Harmonies of #9ED8D1
Complementary color
Monochromatic Colors of #9ED8D1
Black with #9ED8D1
Text Example
Text Example
White with #9ED8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED8D1; }
p { color: rgb(158,216,209); }
H1.HeaderClassName
{
color: #9ED8D1;
}
.AnyTagClassName
{
color: #9ED8D1;
}
</style>
background-color css
<style>
a { background-color: #9ED8D1; }
a { background-color: rgb(158,216,209); }
div.DivClassName
{
background-color: #9ED8D1;
}
.BgClassName
{
background-color: #9ED8D1;
}
</style>
border-color css
<style>
span { border-color: #9ED8D1; }
span { border-color: rgb(158,216,209); }
td.TdClassName
{
border-color: #9ED8D1;
}
.TagClassName
{
border-color: #9ED8D1;
}
</style>