#93D1AE

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

Shades of Vista Blue #93D1AE

Tints of Vista Blue #93D1AE

Color information

#93D1AE (or 0x93D1AE) is unknown color: approx Vista Blue. HEX triplet: 93, D1 and AE. RGB value is (147,209,174). Sum of RGB (Red+Green+Blue) = 147+209+174=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D1AE is #6C2E51. Grayscale: #BABABA. Windows color (decimal): -7089746 or 11456915. OLE color: 11456915.

HSL color Cylindrical-coordinate representation of color #93D1AE: hue angle of 146.13º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D1AE is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB147209174-
CMYK0.3000.170.18
HSL146.13º40.26%69.8%-
HSV(B)146.13º29.67%81.96%-
XYZ42.4754.8648.39-
YUV186.47120.9699.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=27.74%
G=39.43%
B=32.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091740.3000.170.18146.1340.2669.8
Hex93D1AE1E01112922846
Octal223321256360212222250106
Binary1001001111010001101011101111001000110010100100101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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