#94EAC1

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

Shades of Vista Blue #94EAC1

Tints of Vista Blue #94EAC1

Color information

#94EAC1 (or 0x94EAC1) is unknown color: approx Vista Blue. HEX triplet: 94, EA and C1. RGB value is (148,234,193). Sum of RGB (Red+Green+Blue) = 148+234+193=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAC1 is #6B153E. Grayscale: #CBCBCB. Windows color (decimal): -7017791 or 12708500. OLE color: 12708500.

HSL color Cylindrical-coordinate representation of color #94EAC1: hue angle of 151.4º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAC1 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB148234193-
CMYK0.3700.180.08
HSL151.4º67.19%74.9%-
HSV(B)151.4º36.75%91.76%-
XYZ51.2668.9961.07-
YUV203.61122.0188.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 234 (91.80% from 255) = 40.70%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=25.74%
G=40.70%
B=33.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341930.3700.180.08151.467.1974.9
Hex94EAC125012897434b
Octal2243523014502210227103113
Binary10010100111010101100000110010101001010001001011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,193); }

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

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

 a { background-color: rgb(148,234,193); }

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

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

 span { border-color: rgb(148,234,193); }

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