#93C5AB

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

Shades of Vista Blue #93C5AB

Tints of Vista Blue #93C5AB

Color information

#93C5AB (or 0x93C5AB) is unknown color: approx Vista Blue. HEX triplet: 93, C5 and AB. RGB value is (147,197,171). Sum of RGB (Red+Green+Blue) = 147+197+171=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #93C5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C5AB is #6C3A54. Grayscale: #B3B3B3. Windows color (decimal): -7092821 or 11257235. OLE color: 11257235.

HSL color Cylindrical-coordinate representation of color #93C5AB: hue angle of 148.8º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C5AB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB147197171-
CMYK0.2500.130.23
HSL148.8º30.12%67.45%-
HSV(B)148.8º25.38%77.25%-
XYZ39.3549.0845.93-
YUV179.09123.44105.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.54%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=28.54%
G=38.25%
B=33.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471971710.2500.130.23148.830.1267.45
Hex93C5AB190D17951e43
Octal223305253310152722536103
Binary10010011110001011010101111001011011011110010101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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