#9BCDC6

Color #9BCDC6 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #9BCDC6

Tints of Sinbad #9BCDC6

Color information

#9BCDC6 (or 0x9BCDC6) is unknown color: approx Sinbad. HEX triplet: 9B, CD and C6. RGB value is (155,205,198). Sum of RGB (Red+Green+Blue) = 155+205+198=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDC6 is #643239. Grayscale: #BDBDBD. Windows color (decimal): -6566458 or 13028763. OLE color: 13028763.

HSL color Cylindrical-coordinate representation of color #9BCDC6: hue angle of 171.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDC6 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB155205198-
CMYK0.2400.030.20
HSL171.6º33.33%70.59%-
HSV(B)171.6º24.39%80.39%-
XYZ45.5454.7161.59-
YUV189.25132.94103.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 205 (80.47% from 255) = 36.74%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=27.78%
G=36.74%
B=35.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051980.2400.030.20171.633.3370.59
Hex9BCDC6180314ac2147
Octal23331530630032425441107
Binary1001101111001101110001101100001110100101011001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCDC6; }

 p { color: rgb(155,205,198); }

 H1.HeaderClassName
 {
   color: #9BCDC6;
 }
 .AnyTagClassName
 {
   color: #9BCDC6;
 }
</style>
background-color css

<style>
 a { background-color: #9BCDC6; }

 a { background-color: rgb(155,205,198); }

 div.DivClassName
 {
   background-color: #9BCDC6;
 }
 .BgClassName
 {
   background-color: #9BCDC6;
 }
</style>
border-color css

<style>
 span { border-color: #9BCDC6; }

 span { border-color: rgb(155,205,198); }

 td.TdClassName
 {
   border-color: #9BCDC6;
 }
 .TagClassName
 {
   border-color: #9BCDC6;
 }
</style>