#94C4A9

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

Shades of Vista Blue #94C4A9

Tints of Vista Blue #94C4A9

Color information

#94C4A9 (or 0x94C4A9) is unknown color: approx Vista Blue. HEX triplet: 94, C4 and A9. RGB value is (148,196,169). Sum of RGB (Red+Green+Blue) = 148+196+169=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #94C4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C4A9 is #6B3B56. Grayscale: #B2B2B2. Windows color (decimal): -7027543 or 11125908. OLE color: 11125908.

HSL color Cylindrical-coordinate representation of color #94C4A9: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C4A9 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB148196169-
CMYK0.2400.140.23
HSL146.25º28.92%67.45%-
HSV(B)146.25º24.49%76.86%-
XYZ39.1148.6444.86-
YUV178.57122.6106.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=28.85%
G=38.21%
B=32.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481961690.2400.140.23146.2528.9267.45
Hex94C4A9180E17921d43
Octal224304251300162722235103
Binary10010100110001001010100111000011101011110010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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