#94EDBD

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

Shades of Vista Blue #94EDBD

Tints of Vista Blue #94EDBD

Color information

#94EDBD (or 0x94EDBD) is unknown color: approx Vista Blue. HEX triplet: 94, ED and BD. RGB value is (148,237,189). Sum of RGB (Red+Green+Blue) = 148+237+189=574 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.78% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EDBD is #6B1242. Grayscale: #CDCDCD. Windows color (decimal): -7017027 or 12447124. OLE color: 12447124.

HSL color Cylindrical-coordinate representation of color #94EDBD: hue angle of 147.64º 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 #94EDBD is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB148237189-
CMYK0.3800.200.07
HSL147.64º71.2%75.49%-
HSV(B)147.64º37.55%92.94%-
XYZ51.6870.5459.04-
YUV204.92119.0187.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.78%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=25.78%
G=41.29%
B=32.93%

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
Decimal1482371890.3800.200.07147.6471.275.49
Hex94EDBD26014794474b
Octal224355275460247224107113
Binary1001010011101101101111011001100101001111001010010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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