#93D8AB

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

Shades of Vista Blue #93D8AB

Tints of Vista Blue #93D8AB

Color information

#93D8AB (or 0x93D8AB) is unknown color: approx Vista Blue. HEX triplet: 93, D8 and AB. RGB value is (147,216,171). Sum of RGB (Red+Green+Blue) = 147+216+171=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D8AB is #6C2754. Grayscale: #BEBEBE. Windows color (decimal): -7087957 or 11262099. OLE color: 11262099.

HSL color Cylindrical-coordinate representation of color #93D8AB: hue angle of 140.87º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D8AB is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB147216171-
CMYK0.3200.210.15
HSL140.87º46.94%71.18%-
HSV(B)140.87º31.94%84.71%-
XYZ43.9458.2647.46-
YUV190.24117.1497.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=27.53%
G=40.45%
B=32.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472161710.3200.210.15140.8746.9471.18
Hex93D8AB20015F8d2f47
Octal223330253400251721557107
Binary1001001111011000101010111000000101011111100011011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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