#9BDBD6

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

Shades of Sinbad #9BDBD6

Tints of Sinbad #9BDBD6

Color information

#9BDBD6 (or 0x9BDBD6) is unknown color: approx Sinbad. HEX triplet: 9B, DB and D6. RGB value is (155,219,214). Sum of RGB (Red+Green+Blue) = 155+219+214=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBD6 is #642429. Grayscale: #C7C7C7. Windows color (decimal): -6562858 or 14080923. OLE color: 14080923.

HSL color Cylindrical-coordinate representation of color #9BDBD6: hue angle of 175.31º 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 #9BDBD6 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB155219214-
CMYK0.2900.020.14
HSL175.31º47.06%73.33%-
HSV(B)175.31º29.22%85.88%-
XYZ50.9962.4972.99-
YUV199.29136.396.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.36%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=26.36%
G=37.24%
B=36.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552192140.2900.020.14175.3147.0673.33
Hex9BDBD61D02Eaf2f49
Octal23333332635021625757111
Binary100110111101101111010110111010101110101011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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