Shades of Sinbad #9EDCD4
Tints of Sinbad #9EDCD4
RGB
CMYK
RGB Variations
Color information
#9EDCD4 (or 0x9EDCD4) is known color: Sinbad. HEX triplet: 9E, DC and D4. RGB value is (158,220,212). Sum of RGB (Red+Green+Blue) = 158+220+212=590 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.78% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCD4 is #61232B. Grayscale: #C8C8C8. Windows color (decimal): -6365996 or 13950110. OLE color: 13950110.
HSL color Cylindrical-coordinate representation of color #9EDCD4: hue angle of 172.26º degrees, saturation: 0.47, 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 #9EDCD4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 220 | 212 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.14 |
| HSL | 172.26º | 0.47% | 0.74% | - |
| HSV(B) | 172.26º | 0.28% | 0.86% | - |
| XYZ | 51.58 | 63.21 | 71.77 | - |
| YUV | 200.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 220 | 212 | 0.28 | 0 | 0.04 | 0.14 | 172.26 | 0.47 | 0.74 |
| Hex | 9E | DC | D4 | 1C | 0 | 4 | E | AC | 2F | 4A |
| Octal | 236 | 334 | 324 | 34 | 0 | 4 | 16 | 254 | 57 | 112 |
| Binary | 10011110 | 11011100 | 11010100 | 11100 | 0 | 100 | 1110 | 10101100 | 101111 | 1001010 |
Color Harmonies of #9EDCD4
Complementary color
Monochromatic Colors of #9EDCD4
Black with #9EDCD4
Text Example
Text Example
White with #9EDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDCD4; }
p { color: rgb(158,220,212); }
H1.HeaderClassName
{
color: #9EDCD4;
}
.AnyTagClassName
{
color: #9EDCD4;
}
</style>
background-color css
<style>
a { background-color: #9EDCD4; }
a { background-color: rgb(158,220,212); }
div.DivClassName
{
background-color: #9EDCD4;
}
.BgClassName
{
background-color: #9EDCD4;
}
</style>
border-color css
<style>
span { border-color: #9EDCD4; }
span { border-color: rgb(158,220,212); }
td.TdClassName
{
border-color: #9EDCD4;
}
.TagClassName
{
border-color: #9EDCD4;
}
</style>