Shades of Sinbad #9ED2CE
Tints of Sinbad #9ED2CE
RGB
CMYK
RGB Variations
Color information
#9ED2CE (or 0x9ED2CE) is known color: Sinbad. HEX triplet: 9E, D2 and CE. RGB value is (158,210,206). Sum of RGB (Red+Green+Blue) = 158+210+206=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2CE is #612D31. Grayscale: #C1C1C1. Windows color (decimal): -6368562 or 13554334. OLE color: 13554334.
HSL color Cylindrical-coordinate representation of color #9ED2CE: hue angle of 175.38º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED2CE is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 206 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.18 |
| HSL | 175.38º | 0.37% | 0.72% | - |
| HSV(B) | 175.38º | 0.25% | 0.82% | - |
| XYZ | 48.29 | 57.82 | 67.01 | - |
| YUV | 194 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 206 | 0.25 | 0 | 0.02 | 0.18 | 175.38 | 0.37 | 0.72 |
| Hex | 9E | D2 | CE | 19 | 0 | 2 | 12 | AF | 25 | 48 |
| Octal | 236 | 322 | 316 | 31 | 0 | 2 | 22 | 257 | 45 | 110 |
| Binary | 10011110 | 11010010 | 11001110 | 11001 | 0 | 10 | 10010 | 10101111 | 100101 | 1001000 |
Color Harmonies of #9ED2CE
Complementary color
Monochromatic Colors of #9ED2CE
Black with #9ED2CE
Text Example
Text Example
White with #9ED2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED2CE; }
p { color: rgb(158,210,206); }
H1.HeaderClassName
{
color: #9ED2CE;
}
.AnyTagClassName
{
color: #9ED2CE;
}
</style>
background-color css
<style>
a { background-color: #9ED2CE; }
a { background-color: rgb(158,210,206); }
div.DivClassName
{
background-color: #9ED2CE;
}
.BgClassName
{
background-color: #9ED2CE;
}
</style>
border-color css
<style>
span { border-color: #9ED2CE; }
span { border-color: rgb(158,210,206); }
td.TdClassName
{
border-color: #9ED2CE;
}
.TagClassName
{
border-color: #9ED2CE;
}
</style>