#94E8B3

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

Shades of Vista Blue #94E8B3

Tints of Vista Blue #94E8B3

Color information

#94E8B3 (or 0x94E8B3) is unknown color: approx Vista Blue. HEX triplet: 94, E8 and B3. RGB value is (148,232,179). Sum of RGB (Red+Green+Blue) = 148+232+179=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #94E8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E8B3 is #6B174C. Grayscale: #C8C8C8. Windows color (decimal): -7018317 or 11790484. OLE color: 11790484.

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

Color convert

RGB148232179-
CMYK0.3600.230.09
HSL142.14º64.62%74.51%-
HSV(B)142.14º36.21%90.98%-
XYZ49.2167.2653.04-
YUV200.84115.6790.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.48%
GREEN value IS 232 (91.02% from 255) = 41.50%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=26.48%
G=41.50%
B=32.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321790.3600.230.09142.1464.6274.51
Hex94E8B32401798e414b
Octal2243502634402711216101113
Binary10010100111010001011001110010001011110011000111010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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