Shades of Sinbad #9FE5DF
Tints of Sinbad #9FE5DF
RGB
CMYK
RGB Variations
Color information
#9FE5DF (or 0x9FE5DF) is known color: Sinbad. HEX triplet: 9F, E5 and DF. RGB value is (159,229,223). Sum of RGB (Red+Green+Blue) = 159+229+223=611 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.02% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5DF is #601A20. Grayscale: #CFCFCF. Windows color (decimal): -6298145 or 14673311. OLE color: 14673311.
HSL color Cylindrical-coordinate representation of color #9FE5DF: hue angle of 174.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5DF is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 223 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.10 |
| HSL | 174.86º | 0.57% | 0.76% | - |
| HSV(B) | 174.86º | 0.31% | 0.9% | - |
| XYZ | 55.64 | 68.74 | 80.15 | - |
| YUV | 207.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 223 | 0.31 | 0 | 0.03 | 0.10 | 174.86 | 0.57 | 0.76 |
| Hex | 9F | E5 | DF | 1F | 0 | 3 | A | AF | 39 | 4C |
| Octal | 237 | 345 | 337 | 37 | 0 | 3 | 12 | 257 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11011111 | 11111 | 0 | 11 | 1010 | 10101111 | 111001 | 1001100 |
Color Harmonies of #9FE5DF
Complementary color
Monochromatic Colors of #9FE5DF
Black with #9FE5DF
Text Example
Text Example
White with #9FE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5DF; }
p { color: rgb(159,229,223); }
H1.HeaderClassName
{
color: #9FE5DF;
}
.AnyTagClassName
{
color: #9FE5DF;
}
</style>
background-color css
<style>
a { background-color: #9FE5DF; }
a { background-color: rgb(159,229,223); }
div.DivClassName
{
background-color: #9FE5DF;
}
.BgClassName
{
background-color: #9FE5DF;
}
</style>
border-color css
<style>
span { border-color: #9FE5DF; }
span { border-color: rgb(159,229,223); }
td.TdClassName
{
border-color: #9FE5DF;
}
.TagClassName
{
border-color: #9FE5DF;
}
</style>