#93F4BC

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

Shades of Vista Blue #93F4BC

Tints of Vista Blue #93F4BC

Color information

#93F4BC (or 0x93F4BC) is unknown color: approx Vista Blue. HEX triplet: 93, F4 and BC. RGB value is (147,244,188). Sum of RGB (Red+Green+Blue) = 147+244+188=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4BC is #6C0B43. Grayscale: #D0D0D0. Windows color (decimal): -7080772 or 12383379. OLE color: 12383379.

HSL color Cylindrical-coordinate representation of color #93F4BC: hue angle of 145.36º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F4BC is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB147244188-
CMYK0.4000.230.04
HSL145.36º81.51%76.67%-
HSV(B)145.36º39.75%95.69%-
XYZ53.4674.5459.15-
YUV208.61116.3684.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.39%
GREEN value IS 244 (95.70% from 255) = 42.14%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=25.39%
G=42.14%
B=32.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472441880.4000.230.04145.3681.5176.67
Hex93F4BC28017491524d
Octal223364274500274221122115
Binary1001001111110100101111001010000101111001001000110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,244,188); }

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

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

 a { background-color: rgb(147,244,188); }

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

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

 span { border-color: rgb(147,244,188); }

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