#93E5BD

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

Shades of Vista Blue #93E5BD

Tints of Vista Blue #93E5BD

Color information

#93E5BD (or 0x93E5BD) is unknown color: approx Vista Blue. HEX triplet: 93, E5 and BD. RGB value is (147,229,189). Sum of RGB (Red+Green+Blue) = 147+229+189=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #93E5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E5BD is #6C1A42. Grayscale: #C7C7C7. Windows color (decimal): -7084611 or 12445075. OLE color: 12445075.

HSL color Cylindrical-coordinate representation of color #93E5BD: hue angle of 150.73º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E5BD is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB147229189-
CMYK0.3600.170.10
HSL150.73º61.19%73.73%-
HSV(B)150.73º35.81%89.8%-
XYZ49.2465.9258.27-
YUV199.92121.8390.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.02%
GREEN value IS 229 (89.84% from 255) = 40.53%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=26.02%
G=40.53%
B=33.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1472291890.3600.170.10150.7361.1973.73
Hex93E5BD24011A973d4a
Octal223345275440211222775112
Binary1001001111100101101111011001000100011010100101111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,229,189); }

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

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

 a { background-color: rgb(147,229,189); }

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

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

 span { border-color: rgb(147,229,189); }

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