#93D5AB

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

Shades of Vista Blue #93D5AB

Tints of Vista Blue #93D5AB

Color information

#93D5AB (or 0x93D5AB) is unknown color: approx Vista Blue. HEX triplet: 93, D5 and AB. RGB value is (147,213,171). Sum of RGB (Red+Green+Blue) = 147+213+171=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D5AB is #6C2A54. Grayscale: #BCBCBC. Windows color (decimal): -7088725 or 11261331. OLE color: 11261331.

HSL color Cylindrical-coordinate representation of color #93D5AB: hue angle of 141.82º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D5AB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB147213171-
CMYK0.3100.200.16
HSL141.82º44%70.59%-
HSV(B)141.82º30.99%83.53%-
XYZ43.1856.7347.2-
YUV188.48118.1398.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=27.68%
G=40.11%
B=32.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131710.3100.200.16141.824470.59
Hex93D5AB1F014108e2c47
Octal223325253370242021654107
Binary1001001111010101101010111111101010010000100011101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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