Shades of Sinbad #9EDBCC
Tints of Sinbad #9EDBCC
RGB
CMYK
RGB Variations
Color information
#9EDBCC (or 0x9EDBCC) is known color: Sinbad. HEX triplet: 9E, DB and CC. RGB value is (158,219,204). Sum of RGB (Red+Green+Blue) = 158+219+204=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBCC is #612433. Grayscale: #C7C7C7. Windows color (decimal): -6366260 or 13425566. OLE color: 13425566.
HSL color Cylindrical-coordinate representation of color #9EDBCC: hue angle of 165.25º 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 #9EDBCC is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 204 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.14 |
| HSL | 165.25º | 0.46% | 0.74% | - |
| HSV(B) | 165.25º | 0.28% | 0.86% | - |
| XYZ | 50.33 | 62.29 | 66.5 | - |
| YUV | 199.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 204 | 0.28 | 0 | 0.07 | 0.14 | 165.25 | 0.46 | 0.74 |
| Hex | 9E | DB | CC | 1C | 0 | 7 | E | A5 | 2E | 4A |
| Octal | 236 | 333 | 314 | 34 | 0 | 7 | 16 | 245 | 56 | 112 |
| Binary | 10011110 | 11011011 | 11001100 | 11100 | 0 | 111 | 1110 | 10100101 | 101110 | 1001010 |
Color Harmonies of #9EDBCC
Complementary color
Monochromatic Colors of #9EDBCC
Black with #9EDBCC
Text Example
Text Example
White with #9EDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBCC; }
p { color: rgb(158,219,204); }
H1.HeaderClassName
{
color: #9EDBCC;
}
.AnyTagClassName
{
color: #9EDBCC;
}
</style>
background-color css
<style>
a { background-color: #9EDBCC; }
a { background-color: rgb(158,219,204); }
div.DivClassName
{
background-color: #9EDBCC;
}
.BgClassName
{
background-color: #9EDBCC;
}
</style>
border-color css
<style>
span { border-color: #9EDBCC; }
span { border-color: rgb(158,219,204); }
td.TdClassName
{
border-color: #9EDBCC;
}
.TagClassName
{
border-color: #9EDBCC;
}
</style>