Shades of Sinbad #9BDAD1
Tints of Sinbad #9BDAD1
RGB
CMYK
RGB Variations
Color information
#9BDAD1 (or 0x9BDAD1) is known color: Sinbad. HEX triplet: 9B, DA and D1. RGB value is (155,218,209). Sum of RGB (Red+Green+Blue) = 155+218+209=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAD1 is #64252E. Grayscale: #C6C6C6. Windows color (decimal): -6563119 or 13752987. OLE color: 13752987.
HSL color Cylindrical-coordinate representation of color #9BDAD1: hue angle of 171.43º 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 #9BDAD1 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 209 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.15 |
| HSL | 171.43º | 0.46% | 0.73% | - |
| HSV(B) | 171.43º | 0.29% | 0.85% | - |
| XYZ | 50.1 | 61.71 | 69.59 | - |
| YUV | 198.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 209 | 0.29 | 0 | 0.04 | 0.15 | 171.43 | 0.46 | 0.73 |
| Hex | 9B | DA | D1 | 1D | 0 | 4 | F | AB | 2E | 49 |
| Octal | 233 | 332 | 321 | 35 | 0 | 4 | 17 | 253 | 56 | 111 |
| Binary | 10011011 | 11011010 | 11010001 | 11101 | 0 | 100 | 1111 | 10101011 | 101110 | 1001001 |
Color Harmonies of #9BDAD1
Complementary color
Monochromatic Colors of #9BDAD1
Black with #9BDAD1
Text Example
Text Example
White with #9BDAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAD1; }
p { color: rgb(155,218,209); }
H1.HeaderClassName
{
color: #9BDAD1;
}
.AnyTagClassName
{
color: #9BDAD1;
}
</style>
background-color css
<style>
a { background-color: #9BDAD1; }
a { background-color: rgb(155,218,209); }
div.DivClassName
{
background-color: #9BDAD1;
}
.BgClassName
{
background-color: #9BDAD1;
}
</style>
border-color css
<style>
span { border-color: #9BDAD1; }
span { border-color: rgb(155,218,209); }
td.TdClassName
{
border-color: #9BDAD1;
}
.TagClassName
{
border-color: #9BDAD1;
}
</style>