Shades of Sinbad #9FE3D9
Tints of Sinbad #9FE3D9
RGB
CMYK
RGB Variations
Color information
#9FE3D9 (or 0x9FE3D9) is known color: Sinbad. HEX triplet: 9F, E3 and D9. RGB value is (159,227,217). Sum of RGB (Red+Green+Blue) = 159+227+217=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #9FE3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE3D9 is #601C26. Grayscale: #CDCDCD. Windows color (decimal): -6298663 or 14279583. OLE color: 14279583.
HSL color Cylindrical-coordinate representation of color #9FE3D9: hue angle of 171.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE3D9 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 227 | 217 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.11 |
| HSL | 171.18º | 0.55% | 0.76% | - |
| HSV(B) | 171.18º | 0.3% | 0.89% | - |
| XYZ | 54.29 | 67.32 | 75.78 | - |
| YUV | 205.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 227 | 217 | 0.30 | 0 | 0.04 | 0.11 | 171.18 | 0.55 | 0.76 |
| Hex | 9F | E3 | D9 | 1E | 0 | 4 | B | AB | 37 | 4C |
| Octal | 237 | 343 | 331 | 36 | 0 | 4 | 13 | 253 | 67 | 114 |
| Binary | 10011111 | 11100011 | 11011001 | 11110 | 0 | 100 | 1011 | 10101011 | 110111 | 1001100 |
Color Harmonies of #9FE3D9
Complementary color
Monochromatic Colors of #9FE3D9
Black with #9FE3D9
Text Example
Text Example
White with #9FE3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE3D9; }
p { color: rgb(159,227,217); }
H1.HeaderClassName
{
color: #9FE3D9;
}
.AnyTagClassName
{
color: #9FE3D9;
}
</style>
background-color css
<style>
a { background-color: #9FE3D9; }
a { background-color: rgb(159,227,217); }
div.DivClassName
{
background-color: #9FE3D9;
}
.BgClassName
{
background-color: #9FE3D9;
}
</style>
border-color css
<style>
span { border-color: #9FE3D9; }
span { border-color: rgb(159,227,217); }
td.TdClassName
{
border-color: #9FE3D9;
}
.TagClassName
{
border-color: #9FE3D9;
}
</style>