#9ECCAE

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

Shades of Vista Blue #9ECCAE

Tints of Vista Blue #9ECCAE

Color information

#9ECCAE (or 0x9ECCAE) is unknown color: approx Vista Blue. HEX triplet: 9E, CC and AE. RGB value is (158,204,174). Sum of RGB (Red+Green+Blue) = 158+204+174=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECCAE is #613351. Grayscale: #BABABA. Windows color (decimal): -6370130 or 11455646. OLE color: 11455646.

HSL color Cylindrical-coordinate representation of color #9ECCAE: hue angle of 140.87º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECCAE is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB158204174-
CMYK0.2300.150.2
HSL140.87º31.08%70.98%-
HSV(B)140.87º22.55%80%-
XYZ43.3353.5148.09-
YUV186.83120.76107.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.48%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=29.48%
G=38.06%
B=32.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1582041740.2300.150.2140.8731.0870.98
Hex9ECCAE170F148d1f47
Octal236314256270172421537107
Binary10011110110011001010111010111011111010010001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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