#93F2B3

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

Shades of Vista Blue #93F2B3

Tints of Vista Blue #93F2B3

Color information

#93F2B3 (or 0x93F2B3) is unknown color: approx Vista Blue. HEX triplet: 93, F2 and B3. RGB value is (147,242,179). Sum of RGB (Red+Green+Blue) = 147+242+179=568 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.88% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F2B3 is #6C0D4C. Grayscale: #CECECE. Windows color (decimal): -7081293 or 11793043. OLE color: 11793043.

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

Color convert

RGB147242179-
CMYK0.3900.260.05
HSL140.21º78.51%76.27%-
HSV(B)140.21º39.26%94.9%-
XYZ51.9272.9653.99-
YUV206.41112.5385.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.88%
GREEN value IS 242 (94.92% from 255) = 42.61%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=25.88%
G=42.61%
B=31.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472421790.3900.260.05140.2178.5176.27
Hex93F2B32701A58c4f4c
Octal223362263470325214117114
Binary1001001111110010101100111001110110101011000110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,242,179); }

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

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

 a { background-color: rgb(147,242,179); }

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

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

 span { border-color: rgb(147,242,179); }

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