#93DAAC

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

Shades of Vista Blue #93DAAC

Tints of Vista Blue #93DAAC

Color information

#93DAAC (or 0x93DAAC) is unknown color: approx Vista Blue. HEX triplet: 93, DA and AC. RGB value is (147,218,172). Sum of RGB (Red+Green+Blue) = 147+218+172=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DAAC is #6C2553. Grayscale: #BFBFBF. Windows color (decimal): -7087444 or 11328147. OLE color: 11328147.

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

Color convert

RGB147218172-
CMYK0.3300.210.15
HSL141.13º48.97%71.57%-
HSV(B)141.13º32.57%85.49%-
XYZ44.5559.3248.13-
YUV191.53116.9896.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=27.37%
G=40.60%
B=32.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472181720.3300.210.15141.1348.9771.57
Hex93DAAC21015F8d3148
Octal223332254410251721561110
Binary1001001111011010101011001000010101011111100011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,172); }

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

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

 a { background-color: rgb(147,218,172); }

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

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

 span { border-color: rgb(147,218,172); }

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