#94CCA9

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

Shades of Vista Blue #94CCA9

Tints of Vista Blue #94CCA9

Color information

#94CCA9 (or 0x94CCA9) is unknown color: approx Vista Blue. HEX triplet: 94, CC and A9. RGB value is (148,204,169). Sum of RGB (Red+Green+Blue) = 148+204+169=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #94CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CCA9 is #6B3356. Grayscale: #B7B7B7. Windows color (decimal): -7025495 or 11127956. OLE color: 11127956.

HSL color Cylindrical-coordinate representation of color #94CCA9: hue angle of 142.5º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CCA9 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB148204169-
CMYK0.2700.170.2
HSL142.5º35.44%69.02%-
HSV(B)142.5º27.45%80%-
XYZ40.9752.3545.48-
YUV183.27119.95102.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=28.41%
G=39.16%
B=32.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041690.2700.170.2142.535.4469.02
Hex94CCA91B011148e2345
Octal224314251330212421643105
Binary1001010011001100101010011101101000110100100011101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CCA9; }

 p { color: rgb(148,204,169); }

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

<style>
 a { background-color: #94CCA9; }

 a { background-color: rgb(148,204,169); }

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

<style>
 span { border-color: #94CCA9; }

 span { border-color: rgb(148,204,169); }

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