#94EDBE

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

Shades of Vista Blue #94EDBE

Tints of Vista Blue #94EDBE

Color information

#94EDBE (or 0x94EDBE) is unknown color: approx Vista Blue. HEX triplet: 94, ED and BE. RGB value is (148,237,190). Sum of RGB (Red+Green+Blue) = 148+237+190=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDBE is #6B1241. Grayscale: #CDCDCD. Windows color (decimal): -7017026 or 12512660. OLE color: 12512660.

HSL color Cylindrical-coordinate representation of color #94EDBE: hue angle of 148.31º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EDBE is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB148237190-
CMYK0.3800.200.07
HSL148.31º71.2%75.49%-
HSV(B)148.31º37.55%92.94%-
XYZ51.7970.5859.61-
YUV205.03119.5187.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.74%
GREEN value IS 237 (92.97% from 255) = 41.22%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=25.74%
G=41.22%
B=33.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482371900.3800.200.07148.3171.275.49
Hex94EDBE26014794474b
Octal224355276460247224107113
Binary1001010011101101101111101001100101001111001010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,237,190); }

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

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

 a { background-color: rgb(148,237,190); }

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

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

 span { border-color: rgb(148,237,190); }

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