#93C9AD

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

Shades of Vista Blue #93C9AD

Tints of Vista Blue #93C9AD

Color information

#93C9AD (or 0x93C9AD) is unknown color: approx Vista Blue. HEX triplet: 93, C9 and AD. RGB value is (147,201,173). Sum of RGB (Red+Green+Blue) = 147+201+173=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C9AD is #6C3652. Grayscale: #B5B5B5. Windows color (decimal): -7091795 or 11389331. OLE color: 11389331.

HSL color Cylindrical-coordinate representation of color #93C9AD: hue angle of 148.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C9AD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB147201173-
CMYK0.2700.140.21
HSL148.89º33.33%68.24%-
HSV(B)148.89º26.87%78.82%-
XYZ40.4650.9947.25-
YUV181.66123.11103.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 201 (78.91% from 255) = 38.58%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=28.21%
G=38.58%
B=33.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011730.2700.140.21148.8933.3368.24
Hex93C9AD1B0E15952144
Octal223311255330162522541104
Binary100100111100100110101101110110111010101100101011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,201,173); }

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

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

 a { background-color: rgb(147,201,173); }

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

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

 span { border-color: rgb(147,201,173); }

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