#93F1B1

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

Shades of Vista Blue #93F1B1

Tints of Vista Blue #93F1B1

Color information

#93F1B1 (or 0x93F1B1) is unknown color: approx Vista Blue. HEX triplet: 93, F1 and B1. RGB value is (147,241,177). Sum of RGB (Red+Green+Blue) = 147+241+177=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F1B1 is #6C0E4E. Grayscale: #CDCDCD. Windows color (decimal): -7081551 or 11661715. OLE color: 11661715.

HSL color Cylindrical-coordinate representation of color #93F1B1: hue angle of 139.15º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1B1 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB147241177-
CMYK0.3900.270.05
HSL139.15º77.05%76.08%-
HSV(B)139.15º39%94.51%-
XYZ51.4272.2952.84-
YUV205.6111.8686.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.02%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=26.02%
G=42.65%
B=31.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411770.3900.270.05139.1577.0576.08
Hex93F1B12701B58b4d4c
Octal223361261470335213115114
Binary1001001111110001101100011001110110111011000101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,177); }

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

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

 a { background-color: rgb(147,241,177); }

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

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

 span { border-color: rgb(147,241,177); }

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