Shades of Sinbad #9FD4D0
Tints of Sinbad #9FD4D0
RGB
CMYK
RGB Variations
Color information
#9FD4D0 (or 0x9FD4D0) is known color: Sinbad. HEX triplet: 9F, D4 and D0. RGB value is (159,212,208). Sum of RGB (Red+Green+Blue) = 159+212+208=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD4D0 is #602B2F. Grayscale: #C3C3C3. Windows color (decimal): -6302512 or 13685919. OLE color: 13685919.
HSL color Cylindrical-coordinate representation of color #9FD4D0: hue angle of 175.47º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD4D0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 208 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.17 |
| HSL | 175.47º | 0.38% | 0.73% | - |
| HSV(B) | 175.47º | 0.25% | 0.83% | - |
| XYZ | 49.23 | 59.01 | 68.47 | - |
| YUV | 195.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 208 | 0.25 | 0 | 0.02 | 0.17 | 175.47 | 0.38 | 0.73 |
| Hex | 9F | D4 | D0 | 19 | 0 | 2 | 11 | AF | 26 | 49 |
| Octal | 237 | 324 | 320 | 31 | 0 | 2 | 21 | 257 | 46 | 111 |
| Binary | 10011111 | 11010100 | 11010000 | 11001 | 0 | 10 | 10001 | 10101111 | 100110 | 1001001 |
Color Harmonies of #9FD4D0
Complementary color
Monochromatic Colors of #9FD4D0
Black with #9FD4D0
Text Example
Text Example
White with #9FD4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD4D0; }
p { color: rgb(159,212,208); }
H1.HeaderClassName
{
color: #9FD4D0;
}
.AnyTagClassName
{
color: #9FD4D0;
}
</style>
background-color css
<style>
a { background-color: #9FD4D0; }
a { background-color: rgb(159,212,208); }
div.DivClassName
{
background-color: #9FD4D0;
}
.BgClassName
{
background-color: #9FD4D0;
}
</style>
border-color css
<style>
span { border-color: #9FD4D0; }
span { border-color: rgb(159,212,208); }
td.TdClassName
{
border-color: #9FD4D0;
}
.TagClassName
{
border-color: #9FD4D0;
}
</style>