Shades of Sinbad #9FE1D7
Tints of Sinbad #9FE1D7
RGB
CMYK
RGB Variations
Color information
#9FE1D7 (or 0x9FE1D7) is known color: Sinbad. HEX triplet: 9F, E1 and D7. RGB value is (159,225,215). Sum of RGB (Red+Green+Blue) = 159+225+215=599 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.54% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1D7 is #601E28. Grayscale: #CCCCCC. Windows color (decimal): -6299177 or 14147999. OLE color: 14147999.
HSL color Cylindrical-coordinate representation of color #9FE1D7: hue angle of 170.91º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1D7 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 215 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.12 |
| HSL | 170.91º | 0.52% | 0.75% | - |
| HSV(B) | 170.91º | 0.29% | 0.88% | - |
| XYZ | 53.49 | 66.13 | 74.23 | - |
| YUV | 204.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 215 | 0.29 | 0 | 0.04 | 0.12 | 170.91 | 0.52 | 0.75 |
| Hex | 9F | E1 | D7 | 1D | 0 | 4 | C | AB | 34 | 4B |
| Octal | 237 | 341 | 327 | 35 | 0 | 4 | 14 | 253 | 64 | 113 |
| Binary | 10011111 | 11100001 | 11010111 | 11101 | 0 | 100 | 1100 | 10101011 | 110100 | 1001011 |
Color Harmonies of #9FE1D7
Complementary color
Monochromatic Colors of #9FE1D7
Black with #9FE1D7
Text Example
Text Example
White with #9FE1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE1D7; }
p { color: rgb(159,225,215); }
H1.HeaderClassName
{
color: #9FE1D7;
}
.AnyTagClassName
{
color: #9FE1D7;
}
</style>
background-color css
<style>
a { background-color: #9FE1D7; }
a { background-color: rgb(159,225,215); }
div.DivClassName
{
background-color: #9FE1D7;
}
.BgClassName
{
background-color: #9FE1D7;
}
</style>
border-color css
<style>
span { border-color: #9FE1D7; }
span { border-color: rgb(159,225,215); }
td.TdClassName
{
border-color: #9FE1D7;
}
.TagClassName
{
border-color: #9FE1D7;
}
</style>