#93EBBE

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

Shades of Vista Blue #93EBBE

Tints of Vista Blue #93EBBE

Color information

#93EBBE (or 0x93EBBE) is unknown color: approx Vista Blue. HEX triplet: 93, EB and BE. RGB value is (147,235,190). Sum of RGB (Red+Green+Blue) = 147+235+190=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBBE is #6C1441. Grayscale: #CBCBCB. Windows color (decimal): -7083074 or 12512147. OLE color: 12512147.

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

Color convert

RGB147235190-
CMYK0.3700.190.08
HSL149.32º68.75%74.9%-
HSV(B)149.32º37.45%92.16%-
XYZ51.0469.3459.41-
YUV203.56120.3587.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 235 (92.19% from 255) = 41.08%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=25.70%
G=41.08%
B=33.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472351900.3700.190.08149.3268.7574.9
Hex93EBBE25013895454b
Octal2233532764502310225105113
Binary10010011111010111011111010010101001110001001010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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