Shades of Sinbad #9FDBD4
Tints of Sinbad #9FDBD4
RGB
CMYK
RGB Variations
Color information
#9FDBD4 (or 0x9FDBD4) is known color: Sinbad. HEX triplet: 9F, DB and D4. RGB value is (159,219,212). Sum of RGB (Red+Green+Blue) = 159+219+212=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBD4 is #60242B. Grayscale: #C8C8C8. Windows color (decimal): -6300716 or 13949855. OLE color: 13949855.
HSL color Cylindrical-coordinate representation of color #9FDBD4: hue angle of 173º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDBD4 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 212 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.14 |
| HSL | 173º | 0.45% | 0.74% | - |
| HSV(B) | 173º | 0.27% | 0.86% | - |
| XYZ | 51.51 | 62.79 | 71.69 | - |
| YUV | 200.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 212 | 0.27 | 0 | 0.03 | 0.14 | 173 | 0.45 | 0.74 |
| Hex | 9F | DB | D4 | 1B | 0 | 3 | E | AD | 2D | 4A |
| Octal | 237 | 333 | 324 | 33 | 0 | 3 | 16 | 255 | 55 | 112 |
| Binary | 10011111 | 11011011 | 11010100 | 11011 | 0 | 11 | 1110 | 10101101 | 101101 | 1001010 |
Color Harmonies of #9FDBD4
Complementary color
Monochromatic Colors of #9FDBD4
Black with #9FDBD4
Text Example
Text Example
White with #9FDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBD4; }
p { color: rgb(159,219,212); }
H1.HeaderClassName
{
color: #9FDBD4;
}
.AnyTagClassName
{
color: #9FDBD4;
}
</style>
background-color css
<style>
a { background-color: #9FDBD4; }
a { background-color: rgb(159,219,212); }
div.DivClassName
{
background-color: #9FDBD4;
}
.BgClassName
{
background-color: #9FDBD4;
}
</style>
border-color css
<style>
span { border-color: #9FDBD4; }
span { border-color: rgb(159,219,212); }
td.TdClassName
{
border-color: #9FDBD4;
}
.TagClassName
{
border-color: #9FDBD4;
}
</style>