#9BC3AA

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

Shades of Vista Blue #9BC3AA

Tints of Vista Blue #9BC3AA

Color information

#9BC3AA (or 0x9BC3AA) is unknown color: approx Vista Blue. HEX triplet: 9B, C3 and AA. RGB value is (155,195,170). Sum of RGB (Red+Green+Blue) = 155+195+170=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC3AA is #643C55. Grayscale: #B4B4B4. Windows color (decimal): -6569046 or 11191195. OLE color: 11191195.

HSL color Cylindrical-coordinate representation of color #9BC3AA: hue angle of 142.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3AA is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB155195170-
CMYK0.2100.130.24
HSL142.5º25%68.63%-
HSV(B)142.5º20.51%76.47%-
XYZ40.2948.945.35-
YUV180.19122.25110.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=29.81%
G=37.5%
B=32.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951700.2100.130.24142.52568.63
Hex9BC3AA150D188e1945
Octal233303252250153021631105
Binary10011011110000111010101010101011011100010001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,195,170); }

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

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

 a { background-color: rgb(155,195,170); }

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

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

 span { border-color: rgb(155,195,170); }

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