#93FAB7

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

Shades of Vista Blue #93FAB7

Tints of Vista Blue #93FAB7

Color information

#93FAB7 (or 0x93FAB7) is unknown color: approx Vista Blue. HEX triplet: 93, FA and B7. RGB value is (147,250,183). Sum of RGB (Red+Green+Blue) = 147+250+183=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FAB7 is #6C0548. Grayscale: #D3D3D3. Windows color (decimal): -7079241 or 12057235. OLE color: 12057235.

HSL color Cylindrical-coordinate representation of color #93FAB7: hue angle of 140.97º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FAB7 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB147250183-
CMYK0.4100.270.02
HSL140.97º91.15%77.84%-
HSV(B)140.97º41.2%98.04%-
XYZ54.7777.9956.97-
YUV211.56111.8881.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.34%
GREEN value IS 250 (98.05% from 255) = 43.10%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=25.34%
G=43.10%
B=31.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472501830.4100.270.02140.9791.1577.84
Hex93FAB72901B28d5b4e
Octal223372267510332215133116
Binary100100111111101010110111101001011011101000110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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