#93EBB1

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

Shades of Vista Blue #93EBB1

Tints of Vista Blue #93EBB1

Color information

#93EBB1 (or 0x93EBB1) is unknown color: approx Vista Blue. HEX triplet: 93, EB and B1. RGB value is (147,235,177). Sum of RGB (Red+Green+Blue) = 147+235+177=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBB1 is #6C144E. Grayscale: #CACACA. Windows color (decimal): -7083087 or 11660179. OLE color: 11660179.

HSL color Cylindrical-coordinate representation of color #93EBB1: hue angle of 140.45º 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 #93EBB1 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB147235177-
CMYK0.3700.250.08
HSL140.45º68.75%74.9%-
HSV(B)140.45º37.45%92.16%-
XYZ49.6868.7952.26-
YUV202.08113.8588.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=26.30%
G=42.04%
B=31.66%

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
Decimal1472351770.3700.250.08140.4568.7574.9
Hex93EBB12501988c454b
Octal2233532614503110214105113
Binary10010011111010111011000110010101100110001000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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