Shades of Sinbad #9BDED2
Tints of Sinbad #9BDED2
RGB
CMYK
RGB Variations
Color information
#9BDED2 (or 0x9BDED2) is known color: Sinbad. HEX triplet: 9B, DE and D2. RGB value is (155,222,210). Sum of RGB (Red+Green+Blue) = 155+222+210=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDED2 is #64212D. Grayscale: #C8C8C8. Windows color (decimal): -6562094 or 13819547. OLE color: 13819547.
HSL color Cylindrical-coordinate representation of color #9BDED2: hue angle of 169.25º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDED2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 210 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.13 |
| HSL | 169.25º | 0.5% | 0.74% | - |
| HSV(B) | 169.25º | 0.3% | 0.87% | - |
| XYZ | 51.27 | 63.86 | 70.6 | - |
| YUV | 200.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 210 | 0.30 | 0 | 0.05 | 0.13 | 169.25 | 0.5 | 0.74 |
| Hex | 9B | DE | D2 | 1E | 0 | 5 | D | A9 | 32 | 4A |
| Octal | 233 | 336 | 322 | 36 | 0 | 5 | 15 | 251 | 62 | 112 |
| Binary | 10011011 | 11011110 | 11010010 | 11110 | 0 | 101 | 1101 | 10101001 | 110010 | 1001010 |
Color Harmonies of #9BDED2
Complementary color
Monochromatic Colors of #9BDED2
Black with #9BDED2
Text Example
Text Example
White with #9BDED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDED2; }
p { color: rgb(155,222,210); }
H1.HeaderClassName
{
color: #9BDED2;
}
.AnyTagClassName
{
color: #9BDED2;
}
</style>
background-color css
<style>
a { background-color: #9BDED2; }
a { background-color: rgb(155,222,210); }
div.DivClassName
{
background-color: #9BDED2;
}
.BgClassName
{
background-color: #9BDED2;
}
</style>
border-color css
<style>
span { border-color: #9BDED2; }
span { border-color: rgb(155,222,210); }
td.TdClassName
{
border-color: #9BDED2;
}
.TagClassName
{
border-color: #9BDED2;
}
</style>