#93C7AE

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

Shades of Vista Blue #93C7AE

Tints of Vista Blue #93C7AE

Color information

#93C7AE (or 0x93C7AE) is unknown color: approx Vista Blue. HEX triplet: 93, C7 and AE. RGB value is (147,199,174). Sum of RGB (Red+Green+Blue) = 147+199+174=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 199 - color contains mainly: green. Hex color #93C7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C7AE is #6C3851. Grayscale: #B4B4B4. Windows color (decimal): -7092306 or 11454355. OLE color: 11454355.

HSL color Cylindrical-coordinate representation of color #93C7AE: hue angle of 151.15º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C7AE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB147199174-
CMYK0.2600.130.22
HSL151.15º31.71%67.84%-
HSV(B)151.15º26.13%78.04%-
XYZ40.150.1147.6-
YUV180.6124.27104.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.27%
GREEN value IS 199 (78.12% from 255) = 38.27%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=28.27%
G=38.27%
B=33.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471991740.2600.130.22151.1531.7167.84
Hex93C7AE1A0D16972044
Octal223307256320152622740104
Binary100100111100011110101110110100110110110100101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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