#9BDABB

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

Shades of Vista Blue #9BDABB

Tints of Vista Blue #9BDABB

Color information

#9BDABB (or 0x9BDABB) is unknown color: approx Vista Blue. HEX triplet: 9B, DA and BB. RGB value is (155,218,187). Sum of RGB (Red+Green+Blue) = 155+218+187=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDABB is #642544. Grayscale: #C3C3C3. Windows color (decimal): -6563141 or 12311195. OLE color: 12311195.

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

Color convert

RGB155218187-
CMYK0.2900.140.15
HSL150.48º45.99%73.14%-
HSV(B)150.48º28.9%85.49%-
XYZ47.5660.756.22-
YUV195.63123.1399.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=27.68%
G=38.93%
B=33.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181870.2900.140.15150.4845.9973.14
Hex9BDABB1D0EF962e49
Octal233332273350161722656111
Binary10011011110110101011101111101011101111100101101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,187); }

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

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

 a { background-color: rgb(155,218,187); }

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

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

 span { border-color: rgb(155,218,187); }

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