#93E0BC

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

Shades of Vista Blue #93E0BC

Tints of Vista Blue #93E0BC

Color information

#93E0BC (or 0x93E0BC) is unknown color: approx Vista Blue. HEX triplet: 93, E0 and BC. RGB value is (147,224,188). Sum of RGB (Red+Green+Blue) = 147+224+188=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #93E0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E0BC is #6C1F43. Grayscale: #C4C4C4. Windows color (decimal): -7085892 or 12378259. OLE color: 12378259.

HSL color Cylindrical-coordinate representation of color #93E0BC: hue angle of 151.95º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93E0BC is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB147224188-
CMYK0.3400.160.12
HSL151.95º55.4%72.75%-
HSV(B)151.95º34.38%87.84%-
XYZ47.7763.1557.25-
YUV196.87122.9992.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=26.30%
G=40.07%
B=33.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472241880.3400.160.12151.9555.472.75
Hex93E0BC22010C983749
Octal223340274420201423067111
Binary1001001111100000101111001000100100001100100110001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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