Shades of Sinbad #9FDBD0
Tints of Sinbad #9FDBD0
RGB
CMYK
RGB Variations
Color information
#9FDBD0 (or 0x9FDBD0) is known color: Sinbad. HEX triplet: 9F, DB and D0. RGB value is (159,219,208). Sum of RGB (Red+Green+Blue) = 159+219+208=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBD0 is #60242F. Grayscale: #C7C7C7. Windows color (decimal): -6300720 or 13687711. OLE color: 13687711.
HSL color Cylindrical-coordinate representation of color #9FDBD0: hue angle of 169º 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 #9FDBD0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 219 | 208 | - |
CMYK | 0.27 | 0 | 0.05 | 0.14 |
HSL | 169º | 0.45% | 0.74% | - |
HSV(B) | 169º | 0.27% | 0.86% | - |
XYZ | 51.01 | 62.59 | 69.07 | - |
YUV | 199.81 | 132.62 | 98.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 219 | 208 | 0.27 | 0 | 0.05 | 0.14 | 169 | 0.45 | 0.74 |
Hex | 9F | DB | D0 | 1B | 0 | 5 | E | A9 | 2D | 4A |
Octal | 237 | 333 | 320 | 33 | 0 | 5 | 16 | 251 | 55 | 112 |
Binary | 10011111 | 11011011 | 11010000 | 11011 | 0 | 101 | 1110 | 10101001 | 101101 | 1001010 |
Color Harmonies of #9FDBD0
Complementary color
Monochromatic Colors of #9FDBD0
Black with #9FDBD0
Text Example
Text Example
White with #9FDBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBD0; }
p { color: rgb(159,219,208); }
H1.HeaderClassName
{
color: #9FDBD0;
}
.AnyTagClassName
{
color: #9FDBD0;
}
</style>
background-color css
<style>
a { background-color: #9FDBD0; }
a { background-color: rgb(159,219,208); }
div.DivClassName
{
background-color: #9FDBD0;
}
.BgClassName
{
background-color: #9FDBD0;
}
</style>
border-color css
<style>
span { border-color: #9FDBD0; }
span { border-color: rgb(159,219,208); }
td.TdClassName
{
border-color: #9FDBD0;
}
.TagClassName
{
border-color: #9FDBD0;
}
</style>