#9BDBD2

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

Shades of Sinbad #9BDBD2

Tints of Sinbad #9BDBD2

Color information

#9BDBD2 (or 0x9BDBD2) is unknown color: approx Sinbad. HEX triplet: 9B, DB and D2. RGB value is (155,219,210). Sum of RGB (Red+Green+Blue) = 155+219+210=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBD2 is #64242D. Grayscale: #C6C6C6. Windows color (decimal): -6562862 or 13818779. OLE color: 13818779.

HSL color Cylindrical-coordinate representation of color #9BDBD2: hue angle of 171.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBD2 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB155219210-
CMYK0.2900.040.14
HSL171.56º47.06%73.33%-
HSV(B)171.56º29.22%85.88%-
XYZ50.4862.2870.33-
YUV198.84134.396.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=26.54%
G=37.5%
B=35.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552192100.2900.040.14171.5647.0673.33
Hex9BDBD21D04Eac2f49
Octal23333332235041625457111
Binary1001101111011011110100101110101001110101011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,219,210); }

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

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

 a { background-color: rgb(155,219,210); }

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

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

 span { border-color: rgb(155,219,210); }

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