#94EBAD

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

Shades of Vista Blue #94EBAD

Tints of Vista Blue #94EBAD

Color information

#94EBAD (or 0x94EBAD) is unknown color: approx Vista Blue. HEX triplet: 94, EB and AD. RGB value is (148,235,173). Sum of RGB (Red+Green+Blue) = 148+235+173=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EBAD is #6B1452. Grayscale: #CACACA. Windows color (decimal): -7017555 or 11398036. OLE color: 11398036.

HSL color Cylindrical-coordinate representation of color #94EBAD: hue angle of 137.24º degrees, saturation: 0.69, 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 #94EBAD is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB148235173-
CMYK0.3700.260.08
HSL137.24º68.5%75.1%-
HSV(B)137.24º37.02%92.16%-
XYZ49.4668.7350.19-
YUV201.92111.6889.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.62%
GREEN value IS 235 (92.19% from 255) = 42.27%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=26.62%
G=42.27%
B=31.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351730.3700.260.08137.2468.575.1
Hex94EBAD2501A889454b
Octal2243532554503210211105113
Binary10010100111010111010110110010101101010001000100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,173); }

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

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

 a { background-color: rgb(148,235,173); }

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

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

 span { border-color: rgb(148,235,173); }

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