#9EC4AE

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

Shades of Vista Blue #9EC4AE

Tints of Vista Blue #9EC4AE

Color information

#9EC4AE (or 0x9EC4AE) is unknown color: approx Vista Blue. HEX triplet: 9E, C4 and AE. RGB value is (158,196,174). Sum of RGB (Red+Green+Blue) = 158+196+174=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC4AE is #613B51. Grayscale: #B6B6B6. Windows color (decimal): -6372178 or 11453598. OLE color: 11453598.

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

Color convert

RGB158196174-
CMYK0.1900.110.23
HSL145.26º24.36%69.41%-
HSV(B)145.26º19.39%76.86%-
XYZ41.4849.847.47-
YUV182.13123.41110.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=29.92%
G=37.12%
B=32.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581961740.1900.110.23145.2624.3669.41
Hex9EC4AE130B17911845
Octal236304256230132722130105
Binary10011110110001001010111010011010111011110010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,196,174); }

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

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

 a { background-color: rgb(158,196,174); }

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

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

 span { border-color: rgb(158,196,174); }

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