#93CAA8

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

Shades of Vista Blue #93CAA8

Tints of Vista Blue #93CAA8

Color information

#93CAA8 (or 0x93CAA8) is unknown color: approx Vista Blue. HEX triplet: 93, CA and A8. RGB value is (147,202,168). Sum of RGB (Red+Green+Blue) = 147+202+168=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #93CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CAA8 is #6C3557. Grayscale: #B5B5B5. Windows color (decimal): -7091544 or 11061907. OLE color: 11061907.

HSL color Cylindrical-coordinate representation of color #93CAA8: hue angle of 142.91º degrees, saturation: 0.34, 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 #93CAA8 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB147202168-
CMYK0.2700.170.21
HSL142.91º34.16%68.43%-
HSV(B)142.91º27.23%79.22%-
XYZ40.2251.2744.82-
YUV181.68120.28103.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=28.43%
G=39.07%
B=32.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021680.2700.170.21142.9134.1668.43
Hex93CAA81B011158f2244
Octal223312250330212521742104
Binary1001001111001010101010001101101000110101100011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,168); }

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

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

 a { background-color: rgb(147,202,168); }

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

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

 span { border-color: rgb(147,202,168); }

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