#93E3B5

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

Shades of Vista Blue #93E3B5

Tints of Vista Blue #93E3B5

Color information

#93E3B5 (or 0x93E3B5) is unknown color: approx Vista Blue. HEX triplet: 93, E3 and B5. RGB value is (147,227,181). Sum of RGB (Red+Green+Blue) = 147+227+181=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #93E3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E3B5 is #6C1C4A. Grayscale: #C5C5C5. Windows color (decimal): -7085131 or 11920275. OLE color: 11920275.

HSL color Cylindrical-coordinate representation of color #93E3B5: hue angle of 145.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E3B5 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB147227181-
CMYK0.3500.200.11
HSL145.5º58.82%73.33%-
HSV(B)145.5º35.24%89.02%-
XYZ47.8464.4853.64-
YUV197.84118.591.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=26.49%
G=40.90%
B=32.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472271810.3500.200.11145.558.8273.33
Hex93E3B523014B923b49
Octal223343265430241322273111
Binary1001001111100011101101011000110101001011100100101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,227,181); }

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

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

 a { background-color: rgb(147,227,181); }

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

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

 span { border-color: rgb(147,227,181); }

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