#94E9BC

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

Shades of Vista Blue #94E9BC

Tints of Vista Blue #94E9BC

Color information

#94E9BC (or 0x94E9BC) is unknown color: approx Vista Blue. HEX triplet: 94, E9 and BC. RGB value is (148,233,188). Sum of RGB (Red+Green+Blue) = 148+233+188=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #94E9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E9BC is #6B1643. Grayscale: #CACACA. Windows color (decimal): -7018052 or 12380564. OLE color: 12380564.

HSL color Cylindrical-coordinate representation of color #94E9BC: hue angle of 148.24º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E9BC is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB148233188-
CMYK0.3600.190.09
HSL148.24º65.89%74.71%-
HSV(B)148.24º36.48%91.37%-
XYZ50.4368.258.08-
YUV202.46119.8489.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.01%
GREEN value IS 233 (91.41% from 255) = 40.95%
BLUE value IS 188 (73.83% from 255) = 33.04%
R=26.01%
G=40.95%
B=33.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482331880.3600.190.09148.2465.8974.71
Hex94E9BC24013994424b
Octal2243512744402311224102113
Binary10010100111010011011110010010001001110011001010010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,233,188); }

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

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

 a { background-color: rgb(148,233,188); }

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

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

 span { border-color: rgb(148,233,188); }

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