Shades of Sinbad #9BDACF
Tints of Sinbad #9BDACF
RGB
CMYK
RGB Variations
Color information
#9BDACF (or 0x9BDACF) is known color: Sinbad. HEX triplet: 9B, DA and CF. RGB value is (155,218,207). Sum of RGB (Red+Green+Blue) = 155+218+207=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDACF is #642530. Grayscale: #C5C5C5. Windows color (decimal): -6563121 or 13621915. OLE color: 13621915.
HSL color Cylindrical-coordinate representation of color #9BDACF: hue angle of 169.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDACF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 207 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.15 |
| HSL | 169.52º | 0.46% | 0.73% | - |
| HSV(B) | 169.52º | 0.29% | 0.85% | - |
| XYZ | 49.85 | 61.62 | 68.3 | - |
| YUV | 197.91 | 133.13 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 207 | 0.29 | 0 | 0.05 | 0.15 | 169.52 | 0.46 | 0.73 |
| Hex | 9B | DA | CF | 1D | 0 | 5 | F | AA | 2E | 49 |
| Octal | 233 | 332 | 317 | 35 | 0 | 5 | 17 | 252 | 56 | 111 |
| Binary | 10011011 | 11011010 | 11001111 | 11101 | 0 | 101 | 1111 | 10101010 | 101110 | 1001001 |
Color Harmonies of #9BDACF
Complementary color
Monochromatic Colors of #9BDACF
Black with #9BDACF
Text Example
Text Example
White with #9BDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDACF; }
p { color: rgb(155,218,207); }
H1.HeaderClassName
{
color: #9BDACF;
}
.AnyTagClassName
{
color: #9BDACF;
}
</style>
background-color css
<style>
a { background-color: #9BDACF; }
a { background-color: rgb(155,218,207); }
div.DivClassName
{
background-color: #9BDACF;
}
.BgClassName
{
background-color: #9BDACF;
}
</style>
border-color css
<style>
span { border-color: #9BDACF; }
span { border-color: rgb(155,218,207); }
td.TdClassName
{
border-color: #9BDACF;
}
.TagClassName
{
border-color: #9BDACF;
}
</style>