#93D7AE

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

Shades of Vista Blue #93D7AE

Tints of Vista Blue #93D7AE

Color information

#93D7AE (or 0x93D7AE) is unknown color: approx Vista Blue. HEX triplet: 93, D7 and AE. RGB value is (147,215,174). Sum of RGB (Red+Green+Blue) = 147+215+174=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #93D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D7AE is #6C2851. Grayscale: #BEBEBE. Windows color (decimal): -7088210 or 11458451. OLE color: 11458451.

HSL color Cylindrical-coordinate representation of color #93D7AE: hue angle of 143.82º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D7AE is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB147215174-
CMYK0.3200.190.16
HSL143.82º45.95%70.98%-
HSV(B)143.82º31.63%84.31%-
XYZ43.9757.8648.89-
YUV189.99118.9797.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=27.43%
G=40.11%
B=32.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472151740.3200.190.16143.8245.9570.98
Hex93D7AE2001310902e47
Octal223327256400232022056107
Binary10010011110101111010111010000001001110000100100001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,215,174); }

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

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

 a { background-color: rgb(147,215,174); }

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

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

 span { border-color: rgb(147,215,174); }

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