#93C7AB

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

Shades of Vista Blue #93C7AB

Tints of Vista Blue #93C7AB

Color information

#93C7AB (or 0x93C7AB) is unknown color: approx Vista Blue. HEX triplet: 93, C7 and AB. RGB value is (147,199,171). Sum of RGB (Red+Green+Blue) = 147+199+171=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #93C7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C7AB is #6C3854. Grayscale: #B4B4B4. Windows color (decimal): -7092309 or 11257747. OLE color: 11257747.

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

Color convert

RGB147199171-
CMYK0.2600.140.22
HSL147.69º31.71%67.84%-
HSV(B)147.69º26.13%78.04%-
XYZ39.8149.9946.08-
YUV180.26122.77104.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=28.43%
G=38.49%
B=33.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471991710.2600.140.22147.6931.7167.84
Hex93C7AB1A0E16942044
Octal223307253320162622440104
Binary100100111100011110101011110100111010110100101001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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