#94EFBA

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

Shades of Vista Blue #94EFBA

Tints of Vista Blue #94EFBA

Color information

#94EFBA (or 0x94EFBA) is unknown color: approx Vista Blue. HEX triplet: 94, EF and BA. RGB value is (148,239,186). Sum of RGB (Red+Green+Blue) = 148+239+186=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFBA is #6B1045. Grayscale: #CDCDCD. Windows color (decimal): -7016518 or 12251028. OLE color: 12251028.

HSL color Cylindrical-coordinate representation of color #94EFBA: hue angle of 145.05º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFBA is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB148239186-
CMYK0.3800.220.06
HSL145.05º73.98%75.88%-
HSV(B)145.05º38.08%93.73%-
XYZ51.9471.5757.53-
YUV205.75116.8586.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.83%
GREEN value IS 239 (93.75% from 255) = 41.71%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=25.83%
G=41.71%
B=32.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482391860.3800.220.06145.0573.9875.88
Hex94EFBA260166914a4c
Octal224357272460266221112114
Binary1001010011101111101110101001100101101101001000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,186); }

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

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

 a { background-color: rgb(148,239,186); }

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

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

 span { border-color: rgb(148,239,186); }

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