#9EC3AC

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

Shades of Vista Blue #9EC3AC

Tints of Vista Blue #9EC3AC

Color information

#9EC3AC (or 0x9EC3AC) is unknown color: approx Vista Blue. HEX triplet: 9E, C3 and AC. RGB value is (158,195,172). Sum of RGB (Red+Green+Blue) = 158+195+172=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC3AC is #613C53. Grayscale: #B5B5B5. Windows color (decimal): -6372436 or 11322270. OLE color: 11322270.

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

Color convert

RGB158195172-
CMYK0.1900.120.24
HSL142.7º23.57%69.22%-
HSV(B)142.7º18.97%76.47%-
XYZ41.0649.2846.38-
YUV181.32122.74111.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=30.10%
G=37.14%
B=32.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581951720.1900.120.24142.723.5769.22
Hex9EC3AC130C188f1845
Octal236303254230143021730105
Binary10011110110000111010110010011011001100010001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,172); }

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

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

 a { background-color: rgb(158,195,172); }

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

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

 span { border-color: rgb(158,195,172); }

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