#9BDDD5

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

Shades of Sinbad #9BDDD5

Tints of Sinbad #9BDDD5

Color information

#9BDDD5 (or 0x9BDDD5) is unknown color: approx Sinbad. HEX triplet: 9B, DD and D5. RGB value is (155,221,213). Sum of RGB (Red+Green+Blue) = 155+221+213=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDD5 is #64222A. Grayscale: #C8C8C8. Windows color (decimal): -6562347 or 14015899. OLE color: 14015899.

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

Color convert

RGB155221213-
CMYK0.3000.040.13
HSL172.73º49.25%73.73%-
HSV(B)172.73º29.86%86.67%-
XYZ51.3863.4972.5-
YUV200.35135.1395.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=26.32%
G=37.52%
B=36.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552212130.3000.040.13172.7349.2573.73
Hex9BDDD51E04Dad314a
Octal23333532536041525561112
Binary1001101111011101110101011111001001101101011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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