#94EABD

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

Shades of Vista Blue #94EABD

Tints of Vista Blue #94EABD

Color information

#94EABD (or 0x94EABD) is unknown color: approx Vista Blue. HEX triplet: 94, EA and BD. RGB value is (148,234,189). Sum of RGB (Red+Green+Blue) = 148+234+189=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #94EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EABD is #6B1542. Grayscale: #CBCBCB. Windows color (decimal): -7017795 or 12446356. OLE color: 12446356.

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

Color convert

RGB148234189-
CMYK0.3700.190.08
HSL148.6º67.19%74.9%-
HSV(B)148.6º36.75%91.76%-
XYZ50.8268.8258.75-
YUV203.16120.0188.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.92%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=25.92%
G=40.98%
B=33.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482341890.3700.190.08148.667.1974.9
Hex94EABD25013895434b
Octal2243522754502310225103113
Binary10010100111010101011110110010101001110001001010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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