#93C6A8

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

Shades of Vista Blue #93C6A8

Tints of Vista Blue #93C6A8

Color information

#93C6A8 (or 0x93C6A8) is unknown color: approx Vista Blue. HEX triplet: 93, C6 and A8. RGB value is (147,198,168). Sum of RGB (Red+Green+Blue) = 147+198+168=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 198 - color contains mainly: green. Hex color #93C6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C6A8 is #6C3957. Grayscale: #B3B3B3. Windows color (decimal): -7092568 or 11060883. OLE color: 11060883.

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

Color convert

RGB147198168-
CMYK0.2600.150.22
HSL144.71º30.91%67.65%-
HSV(B)144.71º25.76%77.65%-
XYZ39.2949.4244.51-
YUV179.33121.6104.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 198 (77.73% from 255) = 38.60%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=28.65%
G=38.60%
B=32.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471981680.2600.150.22144.7130.9167.65
Hex93C6A81A0F16911f44
Octal223306250320172622137104
Binary10010011110001101010100011010011111011010010001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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