#9BDDB1

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

Shades of Vista Blue #9BDDB1

Tints of Vista Blue #9BDDB1

Color information

#9BDDB1 (or 0x9BDDB1) is unknown color: approx Vista Blue. HEX triplet: 9B, DD and B1. RGB value is (155,221,177). Sum of RGB (Red+Green+Blue) = 155+221+177=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDB1 is #64224E. Grayscale: #C4C4C4. Windows color (decimal): -6562383 or 11656603. OLE color: 11656603.

HSL color Cylindrical-coordinate representation of color #9BDDB1: hue angle of 140º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDB1 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB155221177-
CMYK0.3000.200.13
HSL140º49.25%73.73%-
HSV(B)140º29.86%86.67%-
XYZ47.3161.8651.04-
YUV196.25117.1398.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.03%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=28.03%
G=39.96%
B=32.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552211770.3000.200.1314049.2573.73
Hex9BDDB11E014D8c314a
Octal233335261360241521461112
Binary100110111101110110110001111100101001101100011001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,177); }

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

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

 a { background-color: rgb(155,221,177); }

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

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

 span { border-color: rgb(155,221,177); }

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