Shades of Sinbad #9FDBD7
Tints of Sinbad #9FDBD7
RGB
CMYK
RGB Variations
Color information
#9FDBD7 (or 0x9FDBD7) is known color: Sinbad. HEX triplet: 9F, DB and D7. RGB value is (159,219,215). Sum of RGB (Red+Green+Blue) = 159+219+215=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBD7 is #602428. Grayscale: #C8C8C8. Windows color (decimal): -6300713 or 14146463. OLE color: 14146463.
HSL color Cylindrical-coordinate representation of color #9FDBD7: hue angle of 176º 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 #9FDBD7 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 219 | 215 | - |
CMYK | 0.27 | 0 | 0.02 | 0.14 |
HSL | 176º | 0.45% | 0.74% | - |
HSV(B) | 176º | 0.27% | 0.86% | - |
XYZ | 51.9 | 62.94 | 73.7 | - |
YUV | 200.6 | 136.12 | 98.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 219 | 215 | 0.27 | 0 | 0.02 | 0.14 | 176 | 0.45 | 0.74 |
Hex | 9F | DB | D7 | 1B | 0 | 2 | E | B0 | 2D | 4A |
Octal | 237 | 333 | 327 | 33 | 0 | 2 | 16 | 260 | 55 | 112 |
Binary | 10011111 | 11011011 | 11010111 | 11011 | 0 | 10 | 1110 | 10110000 | 101101 | 1001010 |
Color Harmonies of #9FDBD7
Complementary color
Monochromatic Colors of #9FDBD7
Black with #9FDBD7
Text Example
Text Example
White with #9FDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBD7; }
p { color: rgb(159,219,215); }
H1.HeaderClassName
{
color: #9FDBD7;
}
.AnyTagClassName
{
color: #9FDBD7;
}
</style>
background-color css
<style>
a { background-color: #9FDBD7; }
a { background-color: rgb(159,219,215); }
div.DivClassName
{
background-color: #9FDBD7;
}
.BgClassName
{
background-color: #9FDBD7;
}
</style>
border-color css
<style>
span { border-color: #9FDBD7; }
span { border-color: rgb(159,219,215); }
td.TdClassName
{
border-color: #9FDBD7;
}
.TagClassName
{
border-color: #9FDBD7;
}
</style>