#93EAB9

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

Shades of Vista Blue #93EAB9

Tints of Vista Blue #93EAB9

Color information

#93EAB9 (or 0x93EAB9) is unknown color: approx Vista Blue. HEX triplet: 93, EA and B9. RGB value is (147,234,185). Sum of RGB (Red+Green+Blue) = 147+234+185=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #93EAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EAB9 is #6C1546. Grayscale: #CACACA. Windows color (decimal): -7083335 or 12184211. OLE color: 12184211.

HSL color Cylindrical-coordinate representation of color #93EAB9: hue angle of 146.21º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EAB9 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB147234185-
CMYK0.3700.210.08
HSL146.21º67.44%74.71%-
HSV(B)146.21º37.18%91.76%-
XYZ50.2168.5556.48-
YUV202.4118.1888.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.97%
GREEN value IS 234 (91.80% from 255) = 41.34%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=25.97%
G=41.34%
B=32.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472341850.3700.210.08146.2167.4474.71
Hex93EAB925015892434b
Octal2233522714502510222103113
Binary10010011111010101011100110010101010110001001001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93EAB9; }

 p { color: rgb(147,234,185); }

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

<style>
 a { background-color: #93EAB9; }

 a { background-color: rgb(147,234,185); }

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

<style>
 span { border-color: #93EAB9; }

 span { border-color: rgb(147,234,185); }

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