#93F0B9

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

Shades of Vista Blue #93F0B9

Tints of Vista Blue #93F0B9

Color information

#93F0B9 (or 0x93F0B9) is unknown color: approx Vista Blue. HEX triplet: 93, F0 and B9. RGB value is (147,240,185). Sum of RGB (Red+Green+Blue) = 147+240+185=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0B9 is #6C0F46. Grayscale: #CECECE. Windows color (decimal): -7081799 or 12185747. OLE color: 12185747.

HSL color Cylindrical-coordinate representation of color #93F0B9: hue angle of 144.52º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0B9 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB147240185-
CMYK0.3900.230.06
HSL144.52º75.61%75.88%-
HSV(B)144.52º38.75%94.12%-
XYZ51.9572.0357.06-
YUV205.92116.1985.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=25.70%
G=41.96%
B=32.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472401850.3900.230.06144.5275.6175.88
Hex93F0B9270176914c4c
Octal223360271470276221114114
Binary1001001111110000101110011001110101111101001000110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,240,185); }

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

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

 a { background-color: rgb(147,240,185); }

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

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

 span { border-color: rgb(147,240,185); }

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