#93C8AE

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

Shades of Vista Blue #93C8AE

Tints of Vista Blue #93C8AE

Color information

#93C8AE (or 0x93C8AE) is unknown color: approx Vista Blue. HEX triplet: 93, C8 and AE. RGB value is (147,200,174). Sum of RGB (Red+Green+Blue) = 147+200+174=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #93C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C8AE is #6C3751. Grayscale: #B5B5B5. Windows color (decimal): -7092050 or 11454611. OLE color: 11454611.

HSL color Cylindrical-coordinate representation of color #93C8AE: hue angle of 150.57º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C8AE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB147200174-
CMYK0.2600.130.22
HSL150.57º32.52%68.04%-
HSV(B)150.57º26.5%78.43%-
XYZ40.3350.5747.68-
YUV181.19123.94103.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=28.21%
G=38.39%
B=33.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1472001740.2600.130.22150.5732.5268.04
Hex93C8AE1A0D16972144
Octal223310256320152622741104
Binary100100111100100010101110110100110110110100101111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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