Shades of Sinbad #9FE2D9
Tints of Sinbad #9FE2D9
RGB
CMYK
RGB Variations
Color information
#9FE2D9 (or 0x9FE2D9) is known color: Sinbad. HEX triplet: 9F, E2 and D9. RGB value is (159,226,217). Sum of RGB (Red+Green+Blue) = 159+226+217=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE2D9 is #601D26. Grayscale: #CCCCCC. Windows color (decimal): -6298919 or 14279327. OLE color: 14279327.
HSL color Cylindrical-coordinate representation of color #9FE2D9: hue angle of 171.94º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE2D9 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 226 | 217 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.11 |
| HSL | 171.94º | 0.54% | 0.75% | - |
| HSV(B) | 171.94º | 0.3% | 0.89% | - |
| XYZ | 54.02 | 66.77 | 75.69 | - |
| YUV | 204.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 217 | 0.30 | 0 | 0.04 | 0.11 | 171.94 | 0.54 | 0.75 |
| Hex | 9F | E2 | D9 | 1E | 0 | 4 | B | AC | 36 | 4B |
| Octal | 237 | 342 | 331 | 36 | 0 | 4 | 13 | 254 | 66 | 113 |
| Binary | 10011111 | 11100010 | 11011001 | 11110 | 0 | 100 | 1011 | 10101100 | 110110 | 1001011 |
Color Harmonies of #9FE2D9
Complementary color
Monochromatic Colors of #9FE2D9
Black with #9FE2D9
Text Example
Text Example
White with #9FE2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE2D9; }
p { color: rgb(159,226,217); }
H1.HeaderClassName
{
color: #9FE2D9;
}
.AnyTagClassName
{
color: #9FE2D9;
}
</style>
background-color css
<style>
a { background-color: #9FE2D9; }
a { background-color: rgb(159,226,217); }
div.DivClassName
{
background-color: #9FE2D9;
}
.BgClassName
{
background-color: #9FE2D9;
}
</style>
border-color css
<style>
span { border-color: #9FE2D9; }
span { border-color: rgb(159,226,217); }
td.TdClassName
{
border-color: #9FE2D9;
}
.TagClassName
{
border-color: #9FE2D9;
}
</style>