#93F7B2

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

Shades of Vista Blue #93F7B2

Tints of Vista Blue #93F7B2

Color information

#93F7B2 (or 0x93F7B2) is unknown color: approx Vista Blue. HEX triplet: 93, F7 and B2. RGB value is (147,247,178). Sum of RGB (Red+Green+Blue) = 147+247+178=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F7B2 is #6C084D. Grayscale: #D1D1D1. Windows color (decimal): -7080014 or 11728787. OLE color: 11728787.

HSL color Cylindrical-coordinate representation of color #93F7B2: hue angle of 138.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7B2 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB147247178-
CMYK0.4000.280.03
HSL138.6º86.21%77.25%-
HSV(B)138.6º40.49%96.86%-
XYZ53.3375.9453.97-
YUV209.23110.3783.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 247 (96.88% from 255) = 43.18%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=25.70%
G=43.18%
B=31.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1472471780.4000.280.03138.686.2177.25
Hex93F7B22801C38b564d
Octal223367262500343213126115
Binary100100111111011110110010101000011100111000101110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,247,178); }

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

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

 a { background-color: rgb(147,247,178); }

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

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

 span { border-color: rgb(147,247,178); }

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