#93E1C0

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

Shades of Vista Blue #93E1C0

Tints of Vista Blue #93E1C0

Color information

#93E1C0 (or 0x93E1C0) is unknown color: approx Vista Blue. HEX triplet: 93, E1 and C0. RGB value is (147,225,192). Sum of RGB (Red+Green+Blue) = 147+225+192=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1C0 is #6C1E3F. Grayscale: #C5C5C5. Windows color (decimal): -7085632 or 12640659. OLE color: 12640659.

HSL color Cylindrical-coordinate representation of color #93E1C0: hue angle of 154.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1C0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB147225192-
CMYK0.3500.150.12
HSL154.62º56.52%72.94%-
HSV(B)154.62º34.67%88.24%-
XYZ48.4763.8659.64-
YUV197.92124.6691.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.06%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 192 (75.39% from 255) = 34.04%
R=26.06%
G=39.89%
B=34.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251920.3500.150.12154.6256.5272.94
Hex93E1C0230FC9b3949
Octal223341300430171423371111
Binary100100111110000111000000100011011111100100110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,225,192); }

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

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

 a { background-color: rgb(147,225,192); }

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

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

 span { border-color: rgb(147,225,192); }

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