#93E1BD

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

Shades of Vista Blue #93E1BD

Tints of Vista Blue #93E1BD

Color information

#93E1BD (or 0x93E1BD) is unknown color: approx Vista Blue. HEX triplet: 93, E1 and BD. RGB value is (147,225,189). Sum of RGB (Red+Green+Blue) = 147+225+189=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 225 (88.28% from 255 or 40.11% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1BD is #6C1E42. Grayscale: #C5C5C5. Windows color (decimal): -7085635 or 12444051. OLE color: 12444051.

HSL color Cylindrical-coordinate representation of color #93E1BD: hue angle of 152.31º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1BD is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB147225189-
CMYK0.3500.160.12
HSL152.31º56.52%72.94%-
HSV(B)152.31º34.67%88.24%-
XYZ48.1463.7357.91-
YUV197.57123.1691.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.20%
GREEN value IS 225 (88.28% from 255) = 40.11%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=26.20%
G=40.11%
B=33.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472251890.3500.160.12152.3156.5272.94
Hex93E1BD23010C983949
Octal223341275430201423071111
Binary1001001111100001101111011000110100001100100110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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