#9BDBB7

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

Shades of Vista Blue #9BDBB7

Tints of Vista Blue #9BDBB7

Color information

#9BDBB7 (or 0x9BDBB7) is unknown color: approx Vista Blue. HEX triplet: 9B, DB and B7. RGB value is (155,219,183). Sum of RGB (Red+Green+Blue) = 155+219+183=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDBB7 is #642448. Grayscale: #C3C3C3. Windows color (decimal): -6562889 or 12049307. OLE color: 12049307.

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

Color convert

RGB155219183-
CMYK0.2900.160.14
HSL146.25º47.06%73.33%-
HSV(B)146.25º29.22%85.88%-
XYZ47.461.0554.09-
YUV195.76120.898.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.83%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=27.83%
G=39.32%
B=32.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552191830.2900.160.14146.2547.0673.33
Hex9BDBB71D010E922f49
Octal233333267350201622257111
Binary100110111101101110110111111010100001110100100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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