#93EBB0

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

Shades of Vista Blue #93EBB0

Tints of Vista Blue #93EBB0

Color information

#93EBB0 (or 0x93EBB0) is unknown color: approx Vista Blue. HEX triplet: 93, EB and B0. RGB value is (147,235,176). Sum of RGB (Red+Green+Blue) = 147+235+176=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBB0 is #6C144F. Grayscale: #CACACA. Windows color (decimal): -7083088 or 11594643. OLE color: 11594643.

HSL color Cylindrical-coordinate representation of color #93EBB0: hue angle of 139.77º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBB0 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB147235176-
CMYK0.3700.250.08
HSL139.77º68.75%74.9%-
HSV(B)139.77º37.45%92.16%-
XYZ49.5868.7551.73-
YUV201.96113.3588.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=26.34%
G=42.11%
B=31.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472351760.3700.250.08139.7768.7574.9
Hex93EBB02501988c454b
Octal2233532604503110214105113
Binary10010011111010111011000010010101100110001000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,235,176); }

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

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

 a { background-color: rgb(147,235,176); }

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

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

 span { border-color: rgb(147,235,176); }

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