#9BD8D1

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

Shades of Sinbad #9BD8D1

Tints of Sinbad #9BD8D1

Color information

#9BD8D1 (or 0x9BD8D1) is unknown color: approx Sinbad. HEX triplet: 9B, D8 and D1. RGB value is (155,216,209). Sum of RGB (Red+Green+Blue) = 155+216+209=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8D1 is #64272E. Grayscale: #C4C4C4. Windows color (decimal): -6563631 or 13752475. OLE color: 13752475.

HSL color Cylindrical-coordinate representation of color #9BD8D1: hue angle of 173.11º 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 #9BD8D1 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB155216209-
CMYK0.2800.030.15
HSL173.11º43.88%72.75%-
HSV(B)173.11º28.24%84.71%-
XYZ49.5860.6869.42-
YUV196.96134.7998.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=26.72%
G=37.24%
B=36.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552162090.2800.030.15173.1143.8872.75
Hex9BD8D11C03Fad2c49
Octal23333032134031725554111
Binary100110111101100011010001111000111111101011011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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