#94E8C1

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

Shades of Vista Blue #94E8C1

Tints of Vista Blue #94E8C1

Color information

#94E8C1 (or 0x94E8C1) is unknown color: approx Vista Blue. HEX triplet: 94, E8 and C1. RGB value is (148,232,193). Sum of RGB (Red+Green+Blue) = 148+232+193=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #94E8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E8C1 is #6B173E. Grayscale: #CACACA. Windows color (decimal): -7018303 or 12707988. OLE color: 12707988.

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

Color convert

RGB148232193-
CMYK0.3600.170.09
HSL152.14º64.62%74.51%-
HSV(B)152.14º36.21%90.98%-
XYZ50.6967.8660.88-
YUV202.44122.6789.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.83%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=25.83%
G=40.49%
B=33.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321930.3600.170.09152.1464.6274.51
Hex94E8C124011998414b
Octal2243503014402111230101113
Binary10010100111010001100000110010001000110011001100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,193); }

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

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

 a { background-color: rgb(148,232,193); }

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

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

 span { border-color: rgb(148,232,193); }

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