Shades of Sinbad #9FE0DA
Tints of Sinbad #9FE0DA
RGB
CMYK
RGB Variations
Color information
#9FE0DA (or 0x9FE0DA) is known color: Sinbad. HEX triplet: 9F, E0 and DA. RGB value is (159,224,218). Sum of RGB (Red+Green+Blue) = 159+224+218=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0DA is #601F25. Grayscale: #CBCBCB. Windows color (decimal): -6299430 or 14344351. OLE color: 14344351.
HSL color Cylindrical-coordinate representation of color #9FE0DA: hue angle of 174.46º degrees, saturation: 0.51, 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 #9FE0DA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 218 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.12 |
| HSL | 174.46º | 0.51% | 0.75% | - |
| HSV(B) | 174.46º | 0.29% | 0.88% | - |
| XYZ | 53.61 | 65.74 | 76.19 | - |
| YUV | 203.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 218 | 0.29 | 0 | 0.03 | 0.12 | 174.46 | 0.51 | 0.75 |
| Hex | 9F | E0 | DA | 1D | 0 | 3 | C | AE | 33 | 4B |
| Octal | 237 | 340 | 332 | 35 | 0 | 3 | 14 | 256 | 63 | 113 |
| Binary | 10011111 | 11100000 | 11011010 | 11101 | 0 | 11 | 1100 | 10101110 | 110011 | 1001011 |
Color Harmonies of #9FE0DA
Complementary color
Monochromatic Colors of #9FE0DA
Black with #9FE0DA
Text Example
Text Example
White with #9FE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0DA; }
p { color: rgb(159,224,218); }
H1.HeaderClassName
{
color: #9FE0DA;
}
.AnyTagClassName
{
color: #9FE0DA;
}
</style>
background-color css
<style>
a { background-color: #9FE0DA; }
a { background-color: rgb(159,224,218); }
div.DivClassName
{
background-color: #9FE0DA;
}
.BgClassName
{
background-color: #9FE0DA;
}
</style>
border-color css
<style>
span { border-color: #9FE0DA; }
span { border-color: rgb(159,224,218); }
td.TdClassName
{
border-color: #9FE0DA;
}
.TagClassName
{
border-color: #9FE0DA;
}
</style>