#93E2BB

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

Shades of Vista Blue #93E2BB

Tints of Vista Blue #93E2BB

Color information

#93E2BB (or 0x93E2BB) is unknown color: approx Vista Blue. HEX triplet: 93, E2 and BB. RGB value is (147,226,187). Sum of RGB (Red+Green+Blue) = 147+226+187=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #93E2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E2BB is #6C1D44. Grayscale: #C6C6C6. Windows color (decimal): -7085381 or 12313235. OLE color: 12313235.

HSL color Cylindrical-coordinate representation of color #93E2BB: hue angle of 150.38º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E2BB is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB147226187-
CMYK0.3500.170.11
HSL150.38º57.66%73.14%-
HSV(B)150.38º34.96%88.63%-
XYZ48.264.1856.86-
YUV197.93121.8391.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.25%
GREEN value IS 226 (88.67% from 255) = 40.36%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=26.25%
G=40.36%
B=33.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472261870.3500.170.11150.3857.6673.14
Hex93E2BB23011B963a49
Octal223342273430211322672111
Binary1001001111100010101110111000110100011011100101101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,226,187); }

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

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

 a { background-color: rgb(147,226,187); }

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

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

 span { border-color: rgb(147,226,187); }

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