#9BDDCD

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

Shades of Sinbad #9BDDCD

Tints of Sinbad #9BDDCD

Color information

#9BDDCD (or 0x9BDDCD) is unknown color: approx Sinbad. HEX triplet: 9B, DD and CD. RGB value is (155,221,205). Sum of RGB (Red+Green+Blue) = 155+221+205=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDCD is #642232. Grayscale: #C7C7C7. Windows color (decimal): -6562355 or 13491611. OLE color: 13491611.

HSL color Cylindrical-coordinate representation of color #9BDDCD: hue angle of 165.45º degrees, saturation: 0.49, 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 #9BDDCD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB155221205-
CMYK0.3000.070.13
HSL165.45º49.25%73.73%-
HSV(B)165.45º29.86%86.67%-
XYZ50.3963.0967.28-
YUV199.44131.1396.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=26.68%
G=38.04%
B=35.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552212050.3000.070.13165.4549.2573.73
Hex9BDDCD1E07Da5314a
Octal23333531536071524561112
Binary1001101111011101110011011111001111101101001011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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