Shades of Sinbad #9FE1D6
Tints of Sinbad #9FE1D6
RGB
CMYK
RGB Variations
Color information
#9FE1D6 (or 0x9FE1D6) is known color: Sinbad. HEX triplet: 9F, E1 and D6. RGB value is (159,225,214). Sum of RGB (Red+Green+Blue) = 159+225+214=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1D6 is #601E29. Grayscale: #CBCBCB. Windows color (decimal): -6299178 or 14082463. OLE color: 14082463.
HSL color Cylindrical-coordinate representation of color #9FE1D6: hue angle of 170º 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 #9FE1D6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 225 | 214 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.12 |
| HSL | 170º | 0.52% | 0.75% | - |
| HSV(B) | 170º | 0.29% | 0.88% | - |
| XYZ | 53.36 | 66.08 | 73.56 | - |
| YUV | 204.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 225 | 214 | 0.29 | 0 | 0.05 | 0.12 | 170 | 0.52 | 0.75 |
| Hex | 9F | E1 | D6 | 1D | 0 | 5 | C | AA | 34 | 4B |
| Octal | 237 | 341 | 326 | 35 | 0 | 5 | 14 | 252 | 64 | 113 |
| Binary | 10011111 | 11100001 | 11010110 | 11101 | 0 | 101 | 1100 | 10101010 | 110100 | 1001011 |
Color Harmonies of #9FE1D6
Complementary color
Monochromatic Colors of #9FE1D6
Black with #9FE1D6
Text Example
Text Example
White with #9FE1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE1D6; }
p { color: rgb(159,225,214); }
H1.HeaderClassName
{
color: #9FE1D6;
}
.AnyTagClassName
{
color: #9FE1D6;
}
</style>
background-color css
<style>
a { background-color: #9FE1D6; }
a { background-color: rgb(159,225,214); }
div.DivClassName
{
background-color: #9FE1D6;
}
.BgClassName
{
background-color: #9FE1D6;
}
</style>
border-color css
<style>
span { border-color: #9FE1D6; }
span { border-color: rgb(159,225,214); }
td.TdClassName
{
border-color: #9FE1D6;
}
.TagClassName
{
border-color: #9FE1D6;
}
</style>