#93C7AF

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

Shades of Vista Blue #93C7AF

Tints of Vista Blue #93C7AF

Color information

#93C7AF (or 0x93C7AF) is unknown color: approx Vista Blue. HEX triplet: 93, C7 and AF. RGB value is (147,199,175). Sum of RGB (Red+Green+Blue) = 147+199+175=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #93C7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C7AF is #6C3850. Grayscale: #B4B4B4. Windows color (decimal): -7092305 or 11519891. OLE color: 11519891.

HSL color Cylindrical-coordinate representation of color #93C7AF: hue angle of 152.31º degrees, saturation: 0.32, 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 #93C7AF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB147199175-
CMYK0.2600.120.22
HSL152.31º31.71%67.84%-
HSV(B)152.31º26.13%78.04%-
XYZ40.1950.1548.12-
YUV180.72124.77103.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.21%
GREEN value IS 199 (78.12% from 255) = 38.20%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=28.21%
G=38.20%
B=33.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1471991750.2600.120.22152.3131.7167.84
Hex93C7AF1A0C16982044
Octal223307257320142623040104
Binary100100111100011110101111110100110010110100110001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,199,175); }

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

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

 a { background-color: rgb(147,199,175); }

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

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

 span { border-color: rgb(147,199,175); }

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