#94E7BB

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

Shades of Vista Blue #94E7BB

Tints of Vista Blue #94E7BB

Color information

#94E7BB (or 0x94E7BB) is unknown color: approx Vista Blue. HEX triplet: 94, E7 and BB. RGB value is (148,231,187). Sum of RGB (Red+Green+Blue) = 148+231+187=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E7BB is #6B1844. Grayscale: #C9C9C9. Windows color (decimal): -7018565 or 12314516. OLE color: 12314516.

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

Color convert

RGB148231187-
CMYK0.3600.190.09
HSL148.19º63.36%74.31%-
HSV(B)148.19º35.93%90.59%-
XYZ49.7667.0457.33-
YUV201.1712090.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.15%
GREEN value IS 231 (90.62% from 255) = 40.81%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=26.15%
G=40.81%
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
Decimal1482311870.3600.190.09148.1963.3674.31
Hex94E7BB240139943f4a
Octal224347273440231122477112
Binary1001010011100111101110111001000100111001100101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,231,187); }

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

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

 a { background-color: rgb(148,231,187); }

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

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

 span { border-color: rgb(148,231,187); }

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