#93D6AF

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

Shades of Vista Blue #93D6AF

Tints of Vista Blue #93D6AF

Color information

#93D6AF (or 0x93D6AF) is unknown color: approx Vista Blue. HEX triplet: 93, D6 and AF. RGB value is (147,214,175). Sum of RGB (Red+Green+Blue) = 147+214+175=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D6AF is #6C2950. Grayscale: #BDBDBD. Windows color (decimal): -7088465 or 11523731. OLE color: 11523731.

HSL color Cylindrical-coordinate representation of color #93D6AF: hue angle of 145.07º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D6AF is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB147214175-
CMYK0.3100.180.16
HSL145.07º44.97%70.78%-
HSV(B)145.07º31.31%83.92%-
XYZ43.8257.3949.33-
YUV189.52119.897.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=27.43%
G=39.93%
B=32.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472141750.3100.180.16145.0744.9770.78
Hex93D6AF1F01210912d47
Octal223326257370222022155107
Binary1001001111010110101011111111101001010000100100011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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