Shades of Sinbad #9BDAD0
Tints of Sinbad #9BDAD0
RGB
CMYK
RGB Variations
Color information
#9BDAD0 (or 0x9BDAD0) is known color: Sinbad. HEX triplet: 9B, DA and D0. RGB value is (155,218,208). Sum of RGB (Red+Green+Blue) = 155+218+208=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAD0 is #64252F. Grayscale: #C6C6C6. Windows color (decimal): -6563120 or 13687451. OLE color: 13687451.
HSL color Cylindrical-coordinate representation of color #9BDAD0: hue angle of 170.48º 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 #9BDAD0 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 208 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.15 |
| HSL | 170.48º | 0.46% | 0.73% | - |
| HSV(B) | 170.48º | 0.29% | 0.85% | - |
| XYZ | 49.97 | 61.67 | 68.94 | - |
| YUV | 198.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 208 | 0.29 | 0 | 0.05 | 0.15 | 170.48 | 0.46 | 0.73 |
| Hex | 9B | DA | D0 | 1D | 0 | 5 | F | AA | 2E | 49 |
| Octal | 233 | 332 | 320 | 35 | 0 | 5 | 17 | 252 | 56 | 111 |
| Binary | 10011011 | 11011010 | 11010000 | 11101 | 0 | 101 | 1111 | 10101010 | 101110 | 1001001 |
Color Harmonies of #9BDAD0
Complementary color
Monochromatic Colors of #9BDAD0
Black with #9BDAD0
Text Example
Text Example
White with #9BDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAD0; }
p { color: rgb(155,218,208); }
H1.HeaderClassName
{
color: #9BDAD0;
}
.AnyTagClassName
{
color: #9BDAD0;
}
</style>
background-color css
<style>
a { background-color: #9BDAD0; }
a { background-color: rgb(155,218,208); }
div.DivClassName
{
background-color: #9BDAD0;
}
.BgClassName
{
background-color: #9BDAD0;
}
</style>
border-color css
<style>
span { border-color: #9BDAD0; }
span { border-color: rgb(155,218,208); }
td.TdClassName
{
border-color: #9BDAD0;
}
.TagClassName
{
border-color: #9BDAD0;
}
</style>