#93D6AE

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

Shades of Vista Blue #93D6AE

Tints of Vista Blue #93D6AE

Color information

#93D6AE (or 0x93D6AE) is unknown color: approx Vista Blue. HEX triplet: 93, D6 and AE. RGB value is (147,214,174). Sum of RGB (Red+Green+Blue) = 147+214+174=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D6AE is #6C2951. Grayscale: #BDBDBD. Windows color (decimal): -7088466 or 11458195. OLE color: 11458195.

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

Color convert

RGB147214174-
CMYK0.3100.190.16
HSL144.18º44.97%70.78%-
HSV(B)144.18º31.31%83.92%-
XYZ43.7257.3548.81-
YUV189.41119.397.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.48%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=27.48%
G=40%
B=32.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141740.3100.190.16144.1844.9770.78
Hex93D6AE1F01310902d47
Octal223326256370232022055107
Binary1001001111010110101011101111101001110000100100001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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