#9BC7B2

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

Shades of Vista Blue #9BC7B2

Tints of Vista Blue #9BC7B2

Color information

#9BC7B2 (or 0x9BC7B2) is unknown color: approx Vista Blue. HEX triplet: 9B, C7 and B2. RGB value is (155,199,178). Sum of RGB (Red+Green+Blue) = 155+199+178=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC7B2 is #64384D. Grayscale: #B7B7B7. Windows color (decimal): -6568014 or 11716507. OLE color: 11716507.

HSL color Cylindrical-coordinate representation of color #9BC7B2: hue angle of 151.36º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC7B2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB155199178-
CMYK0.2200.110.22
HSL151.36º28.21%69.41%-
HSV(B)151.36º22.11%78.04%-
XYZ41.9851.0349.76-
YUV183.45124.92107.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=29.14%
G=37.41%
B=33.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991780.2200.110.22151.3628.2169.41
Hex9BC7B2160B16971c45
Octal233307262260132622734105
Binary10011011110001111011001010110010111011010010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,178); }

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

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

 a { background-color: rgb(155,199,178); }

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

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

 span { border-color: rgb(155,199,178); }

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