#9BC6B0

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

Shades of Vista Blue #9BC6B0

Tints of Vista Blue #9BC6B0

Color information

#9BC6B0 (or 0x9BC6B0) is unknown color: approx Vista Blue. HEX triplet: 9B, C6 and B0. RGB value is (155,198,176). Sum of RGB (Red+Green+Blue) = 155+198+176=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC6B0 is #64394F. Grayscale: #B6B6B6. Windows color (decimal): -6568272 or 11585179. OLE color: 11585179.

HSL color Cylindrical-coordinate representation of color #9BC6B0: hue angle of 149.3º degrees, saturation: 0.27, 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 #9BC6B0 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB155198176-
CMYK0.2200.110.22
HSL149.3º27.39%69.22%-
HSV(B)149.3º21.72%77.65%-
XYZ41.5550.4948.63-
YUV182.64124.25108.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 198 (77.73% from 255) = 37.43%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=29.30%
G=37.43%
B=33.27%

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
Decimal1551981760.2200.110.22149.327.3969.22
Hex9BC6B0160B16951b45
Octal233306260260132622533105
Binary10011011110001101011000010110010111011010010101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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