#94C8A7

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

Shades of Vista Blue #94C8A7

Tints of Vista Blue #94C8A7

Color information

#94C8A7 (or 0x94C8A7) is unknown color: approx Vista Blue. HEX triplet: 94, C8 and A7. RGB value is (148,200,167). Sum of RGB (Red+Green+Blue) = 148+200+167=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #94C8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C8A7 is #6B3758. Grayscale: #B4B4B4. Windows color (decimal): -7026521 or 10995860. OLE color: 10995860.

HSL color Cylindrical-coordinate representation of color #94C8A7: hue angle of 141.92º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C8A7 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB148200167-
CMYK0.2600.160.22
HSL141.92º32.1%68.24%-
HSV(B)141.92º26%78.43%-
XYZ39.8450.3944.19-
YUV180.69120.27104.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 167 (65.62% from 255) = 32.43%
R=28.74%
G=38.83%
B=32.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001670.2600.160.22141.9232.168.24
Hex94C8A71A010168e2044
Octal224310247320202621640104
Binary1001010011001000101001111101001000010110100011101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,200,167); }

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

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

 a { background-color: rgb(148,200,167); }

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

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

 span { border-color: rgb(148,200,167); }

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