#94D9AE

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

Shades of Vista Blue #94D9AE

Tints of Vista Blue #94D9AE

Color information

#94D9AE (or 0x94D9AE) is unknown color: approx Vista Blue. HEX triplet: 94, D9 and AE. RGB value is (148,217,174). Sum of RGB (Red+Green+Blue) = 148+217+174=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9AE is #6B2651. Grayscale: #BFBFBF. Windows color (decimal): -7022162 or 11458964. OLE color: 11458964.

HSL color Cylindrical-coordinate representation of color #94D9AE: hue angle of 142.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9AE is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB148217174-
CMYK0.3200.200.15
HSL142.61º47.59%71.57%-
HSV(B)142.61º31.8%85.1%-
XYZ44.6758.9849.07-
YUV191.47118.1497-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=27.46%
G=40.26%
B=32.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171740.3200.200.15142.6147.5971.57
Hex94D9AE20014F8f3048
Octal224331256400241721760110
Binary1001010011011001101011101000000101001111100011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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