Shades of Sinbad #9FDBD5
Tints of Sinbad #9FDBD5
RGB
CMYK
RGB Variations
Color information
#9FDBD5 (or 0x9FDBD5) is known color: Sinbad. HEX triplet: 9F, DB and D5. RGB value is (159,219,213). Sum of RGB (Red+Green+Blue) = 159+219+213=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDBD5 is #60242A. Grayscale: #C8C8C8. Windows color (decimal): -6300715 or 14015391. OLE color: 14015391.
HSL color Cylindrical-coordinate representation of color #9FDBD5: hue angle of 174º 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 #9FDBD5 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 219 | 213 | - |
CMYK | 0.27 | 0 | 0.03 | 0.14 |
HSL | 174º | 0.45% | 0.74% | - |
HSV(B) | 174º | 0.27% | 0.86% | - |
XYZ | 51.64 | 62.84 | 72.36 | - |
YUV | 200.38 | 135.12 | 98.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 219 | 213 | 0.27 | 0 | 0.03 | 0.14 | 174 | 0.45 | 0.74 |
Hex | 9F | DB | D5 | 1B | 0 | 3 | E | AE | 2D | 4A |
Octal | 237 | 333 | 325 | 33 | 0 | 3 | 16 | 256 | 55 | 112 |
Binary | 10011111 | 11011011 | 11010101 | 11011 | 0 | 11 | 1110 | 10101110 | 101101 | 1001010 |
Color Harmonies of #9FDBD5
Complementary color
Monochromatic Colors of #9FDBD5
Black with #9FDBD5
Text Example
Text Example
White with #9FDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDBD5; }
p { color: rgb(159,219,213); }
H1.HeaderClassName
{
color: #9FDBD5;
}
.AnyTagClassName
{
color: #9FDBD5;
}
</style>
background-color css
<style>
a { background-color: #9FDBD5; }
a { background-color: rgb(159,219,213); }
div.DivClassName
{
background-color: #9FDBD5;
}
.BgClassName
{
background-color: #9FDBD5;
}
</style>
border-color css
<style>
span { border-color: #9FDBD5; }
span { border-color: rgb(159,219,213); }
td.TdClassName
{
border-color: #9FDBD5;
}
.TagClassName
{
border-color: #9FDBD5;
}
</style>