#93E8BF

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

Shades of Vista Blue #93E8BF

Tints of Vista Blue #93E8BF

Color information

#93E8BF (or 0x93E8BF) is unknown color: approx Vista Blue. HEX triplet: 93, E8 and BF. RGB value is (147,232,191). Sum of RGB (Red+Green+Blue) = 147+232+191=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E8BF is #6C1740. Grayscale: #C9C9C9. Windows color (decimal): -7083841 or 12576915. OLE color: 12576915.

HSL color Cylindrical-coordinate representation of color #93E8BF: hue angle of 151.06º 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 #93E8BF is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB147232191-
CMYK0.3700.180.09
HSL151.06º64.89%74.31%-
HSV(B)151.06º36.64%90.98%-
XYZ50.2967.6859.7-
YUV201.91121.8488.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.79%
GREEN value IS 232 (91.02% from 255) = 40.70%
BLUE value IS 191 (75% from 255) = 33.51%
R=25.79%
G=40.70%
B=33.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472321910.3700.180.09151.0664.8974.31
Hex93E8BF25012997414a
Octal2233502774502211227101112
Binary10010011111010001011111110010101001010011001011110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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