#94E6BD

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

Shades of Vista Blue #94E6BD

Tints of Vista Blue #94E6BD

Color information

#94E6BD (or 0x94E6BD) is unknown color: approx Vista Blue. HEX triplet: 94, E6 and BD. RGB value is (148,230,189). Sum of RGB (Red+Green+Blue) = 148+230+189=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6BD is #6B1942. Grayscale: #C8C8C8. Windows color (decimal): -7018819 or 12445332. OLE color: 12445332.

HSL color Cylindrical-coordinate representation of color #94E6BD: hue angle of 150º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6BD is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB148230189-
CMYK0.3600.180.10
HSL150º62.12%74.12%-
HSV(B)150º35.65%90.2%-
XYZ49.6966.5658.37-
YUV200.81121.3390.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.10%
GREEN value IS 230 (90.23% from 255) = 40.56%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=26.10%
G=40.56%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482301890.3600.180.1015062.1274.12
Hex94E6BD24012A963e4a
Octal224346275440221222676112
Binary1001010011100110101111011001000100101010100101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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