Shades of Sinbad #9ED3CA
Tints of Sinbad #9ED3CA
RGB
CMYK
RGB Variations
Color information
#9ED3CA (or 0x9ED3CA) is known color: Sinbad. HEX triplet: 9E, D3 and CA. RGB value is (158,211,202). Sum of RGB (Red+Green+Blue) = 158+211+202=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED3CA is #612C35. Grayscale: #C2C2C2. Windows color (decimal): -6368310 or 13292446. OLE color: 13292446.
HSL color Cylindrical-coordinate representation of color #9ED3CA: hue angle of 169.81º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED3CA is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 202 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.17 |
| HSL | 169.81º | 0.38% | 0.72% | - |
| HSV(B) | 169.81º | 0.25% | 0.83% | - |
| XYZ | 48.06 | 58.12 | 64.56 | - |
| YUV | 194.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 202 | 0.25 | 0 | 0.04 | 0.17 | 169.81 | 0.38 | 0.72 |
| Hex | 9E | D3 | CA | 19 | 0 | 4 | 11 | AA | 26 | 48 |
| Octal | 236 | 323 | 312 | 31 | 0 | 4 | 21 | 252 | 46 | 110 |
| Binary | 10011110 | 11010011 | 11001010 | 11001 | 0 | 100 | 10001 | 10101010 | 100110 | 1001000 |
Color Harmonies of #9ED3CA
Complementary color
Monochromatic Colors of #9ED3CA
Black with #9ED3CA
Text Example
Text Example
White with #9ED3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED3CA; }
p { color: rgb(158,211,202); }
H1.HeaderClassName
{
color: #9ED3CA;
}
.AnyTagClassName
{
color: #9ED3CA;
}
</style>
background-color css
<style>
a { background-color: #9ED3CA; }
a { background-color: rgb(158,211,202); }
div.DivClassName
{
background-color: #9ED3CA;
}
.BgClassName
{
background-color: #9ED3CA;
}
</style>
border-color css
<style>
span { border-color: #9ED3CA; }
span { border-color: rgb(158,211,202); }
td.TdClassName
{
border-color: #9ED3CA;
}
.TagClassName
{
border-color: #9ED3CA;
}
</style>