#93C7A8

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

Shades of Vista Blue #93C7A8

Tints of Vista Blue #93C7A8

Color information

#93C7A8 (or 0x93C7A8) is unknown color: approx Vista Blue. HEX triplet: 93, C7 and A8. RGB value is (147,199,168). Sum of RGB (Red+Green+Blue) = 147+199+168=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #93C7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C7A8 is #6C3857. Grayscale: #B3B3B3. Windows color (decimal): -7092312 or 11061139. OLE color: 11061139.

HSL color Cylindrical-coordinate representation of color #93C7A8: hue angle of 144.23º 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 #93C7A8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB147199168-
CMYK0.2600.160.22
HSL144.23º31.71%67.84%-
HSV(B)144.23º26.13%78.04%-
XYZ39.5249.8844.59-
YUV179.92121.27104.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.60%
GREEN value IS 199 (78.12% from 255) = 38.72%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=28.60%
G=38.72%
B=32.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471991680.2600.160.22144.2331.7167.84
Hex93C7A81A01016902044
Octal223307250320202622040104
Binary1001001111000111101010001101001000010110100100001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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