#93F1B7

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

Shades of Vista Blue #93F1B7

Tints of Vista Blue #93F1B7

Color information

#93F1B7 (or 0x93F1B7) is unknown color: approx Vista Blue. HEX triplet: 93, F1 and B7. RGB value is (147,241,183). Sum of RGB (Red+Green+Blue) = 147+241+183=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1B7 is #6C0E48. Grayscale: #CECECE. Windows color (decimal): -7081545 or 12054931. OLE color: 12054931.

HSL color Cylindrical-coordinate representation of color #93F1B7: hue angle of 142.98º 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 #93F1B7 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB147241183-
CMYK0.3900.240.05
HSL142.98º77.05%76.08%-
HSV(B)142.98º39%94.51%-
XYZ52.0472.5356.06-
YUV206.28114.8685.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.74%
GREEN value IS 241 (94.53% from 255) = 42.21%
BLUE value IS 183 (71.88% from 255) = 32.05%
R=25.74%
G=42.21%
B=32.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472411830.3900.240.05142.9877.0576.08
Hex93F1B72701858f4d4c
Octal223361267470305217115114
Binary1001001111110001101101111001110110001011000111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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