#93E8BA

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

Shades of Vista Blue #93E8BA

Tints of Vista Blue #93E8BA

Color information

#93E8BA (or 0x93E8BA) is unknown color: approx Vista Blue. HEX triplet: 93, E8 and BA. RGB value is (147,232,186). Sum of RGB (Red+Green+Blue) = 147+232+186=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E8BA is #6C1745. Grayscale: #C9C9C9. Windows color (decimal): -7083846 or 12249235. OLE color: 12249235.

HSL color Cylindrical-coordinate representation of color #93E8BA: hue angle of 147.53º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E8BA is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB147232186-
CMYK0.3700.200.09
HSL147.53º64.89%74.31%-
HSV(B)147.53º36.64%90.98%-
XYZ49.7567.4656.85-
YUV201.34119.3489.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.02%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=26.02%
G=41.06%
B=32.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472321860.3700.200.09147.5364.8974.31
Hex93E8BA25014994414a
Octal2233502724502411224101112
Binary10010011111010001011101010010101010010011001010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,232,186); }

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

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

 a { background-color: rgb(147,232,186); }

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

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

 span { border-color: rgb(147,232,186); }

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