#9BDAB0

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

Shades of Vista Blue #9BDAB0

Tints of Vista Blue #9BDAB0

Color information

#9BDAB0 (or 0x9BDAB0) is unknown color: approx Vista Blue. HEX triplet: 9B, DA and B0. RGB value is (155,218,176). Sum of RGB (Red+Green+Blue) = 155+218+176=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDAB0 is #64254F. Grayscale: #C2C2C2. Windows color (decimal): -6563152 or 11590299. OLE color: 11590299.

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

Color convert

RGB155218176-
CMYK0.2900.190.15
HSL140º45.99%73.14%-
HSV(B)140º28.9%85.49%-
XYZ46.4360.2550.26-
YUV194.37117.6399.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.23%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=28.23%
G=39.71%
B=32.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552181760.2900.190.1514045.9973.14
Hex9BDAB01D013F8c2e49
Octal233332260350231721456111
Binary100110111101101010110000111010100111111100011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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