#9BD8D0

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

Shades of Sinbad #9BD8D0

Tints of Sinbad #9BD8D0

Color information

#9BD8D0 (or 0x9BD8D0) is unknown color: approx Sinbad. HEX triplet: 9B, D8 and D0. RGB value is (155,216,208). Sum of RGB (Red+Green+Blue) = 155+216+208=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8D0 is #64272F. Grayscale: #C4C4C4. Windows color (decimal): -6563632 or 13686939. OLE color: 13686939.

HSL color Cylindrical-coordinate representation of color #9BD8D0: hue angle of 172.13º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8D0 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB155216208-
CMYK0.2800.040.15
HSL172.13º43.88%72.75%-
HSV(B)172.13º28.24%84.71%-
XYZ49.4660.6368.77-
YUV196.85134.2998.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.77%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 208 (81.64% from 255) = 35.92%
R=26.77%
G=37.31%
B=35.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552162080.2800.040.15172.1343.8872.75
Hex9BD8D01C04Fac2c49
Octal23333032034041725454111
Binary1001101111011000110100001110001001111101011001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,216,208); }

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

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

 a { background-color: rgb(155,216,208); }

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

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

 span { border-color: rgb(155,216,208); }

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