#94E7BD

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

Shades of Vista Blue #94E7BD

Tints of Vista Blue #94E7BD

Color information

#94E7BD (or 0x94E7BD) is unknown color: approx Vista Blue. HEX triplet: 94, E7 and BD. RGB value is (148,231,189). Sum of RGB (Red+Green+Blue) = 148+231+189=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #94E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E7BD is #6B1842. Grayscale: #C9C9C9. Windows color (decimal): -7018563 or 12445588. OLE color: 12445588.

HSL color Cylindrical-coordinate representation of color #94E7BD: hue angle of 149.64º 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 #94E7BD is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB148231189-
CMYK0.3600.180.09
HSL149.64º63.36%74.31%-
HSV(B)149.64º35.93%90.59%-
XYZ49.9767.1258.47-
YUV201.412189.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.06%
GREEN value IS 231 (90.62% from 255) = 40.67%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=26.06%
G=40.67%
B=33.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482311890.3600.180.09149.6463.3674.31
Hex94E7BD240129963f4a
Octal224347275440221122677112
Binary1001010011100111101111011001000100101001100101101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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