Shades of Sinbad #9EDDD5
Tints of Sinbad #9EDDD5
RGB
CMYK
RGB Variations
Color information
#9EDDD5 (or 0x9EDDD5) is known color: Sinbad. HEX triplet: 9E, DD and D5. RGB value is (158,221,213). Sum of RGB (Red+Green+Blue) = 158+221+213=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDDD5 is #61222A. Grayscale: #C9C9C9. Windows color (decimal): -6365739 or 14015902. OLE color: 14015902.
HSL color Cylindrical-coordinate representation of color #9EDDD5: hue angle of 172.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDDD5 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 213 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.13 |
| HSL | 172.38º | 0.48% | 0.74% | - |
| HSV(B) | 172.38º | 0.29% | 0.87% | - |
| XYZ | 51.97 | 63.79 | 72.52 | - |
| YUV | 201.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 213 | 0.29 | 0 | 0.04 | 0.13 | 172.38 | 0.48 | 0.74 |
| Hex | 9E | DD | D5 | 1D | 0 | 4 | D | AC | 30 | 4A |
| Octal | 236 | 335 | 325 | 35 | 0 | 4 | 15 | 254 | 60 | 112 |
| Binary | 10011110 | 11011101 | 11010101 | 11101 | 0 | 100 | 1101 | 10101100 | 110000 | 1001010 |
Color Harmonies of #9EDDD5
Complementary color
Monochromatic Colors of #9EDDD5
Black with #9EDDD5
Text Example
Text Example
White with #9EDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDDD5; }
p { color: rgb(158,221,213); }
H1.HeaderClassName
{
color: #9EDDD5;
}
.AnyTagClassName
{
color: #9EDDD5;
}
</style>
background-color css
<style>
a { background-color: #9EDDD5; }
a { background-color: rgb(158,221,213); }
div.DivClassName
{
background-color: #9EDDD5;
}
.BgClassName
{
background-color: #9EDDD5;
}
</style>
border-color css
<style>
span { border-color: #9EDDD5; }
span { border-color: rgb(158,221,213); }
td.TdClassName
{
border-color: #9EDDD5;
}
.TagClassName
{
border-color: #9EDDD5;
}
</style>