#93D5AE

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

Shades of Vista Blue #93D5AE

Tints of Vista Blue #93D5AE

Color information

#93D5AE (or 0x93D5AE) is unknown color: approx Vista Blue. HEX triplet: 93, D5 and AE. RGB value is (147,213,174). Sum of RGB (Red+Green+Blue) = 147+213+174=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D5AE is #6C2A51. Grayscale: #BCBCBC. Windows color (decimal): -7088722 or 11457939. OLE color: 11457939.

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

Color convert

RGB147213174-
CMYK0.3100.180.16
HSL144.55º44%70.59%-
HSV(B)144.55º30.99%83.53%-
XYZ43.4756.8548.73-
YUV188.82119.6398.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=27.53%
G=39.89%
B=32.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131740.3100.180.16144.554470.59
Hex93D5AE1F01210912c47
Octal223325256370222022154107
Binary1001001111010101101011101111101001010000100100011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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