#94D7AE

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

Shades of Vista Blue #94D7AE

Tints of Vista Blue #94D7AE

Color information

#94D7AE (or 0x94D7AE) is unknown color: approx Vista Blue. HEX triplet: 94, D7 and AE. RGB value is (148,215,174). Sum of RGB (Red+Green+Blue) = 148+215+174=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D7AE is #6B2851. Grayscale: #BEBEBE. Windows color (decimal): -7022674 or 11458452. OLE color: 11458452.

HSL color Cylindrical-coordinate representation of color #94D7AE: hue angle of 143.28º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7AE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB148215174-
CMYK0.3100.190.16
HSL143.28º45.58%71.18%-
HSV(B)143.28º31.16%84.31%-
XYZ44.1557.9548.9-
YUV190.29118.897.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.56%
GREEN value IS 215 (84.38% from 255) = 40.04%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=27.56%
G=40.04%
B=32.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151740.3100.190.16143.2845.5871.18
Hex94D7AE1F013108f2e47
Octal224327256370232021756107
Binary1001010011010111101011101111101001110000100011111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,174); }

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

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

 a { background-color: rgb(148,215,174); }

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

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

 span { border-color: rgb(148,215,174); }

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