#91E7BD

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

Shades of Vista Blue #91E7BD

Tints of Vista Blue #91E7BD

Color information

#91E7BD (or 0x91E7BD) is unknown color: approx Vista Blue. HEX triplet: 91, E7 and BD. RGB value is (145,231,189). Sum of RGB (Red+Green+Blue) = 145+231+189=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #91E7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E7BD is #6E1842. Grayscale: #C8C8C8. Windows color (decimal): -7215171 or 12445585. OLE color: 12445585.

HSL color Cylindrical-coordinate representation of color #91E7BD: hue angle of 150.7º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91E7BD is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB145231189-
CMYK0.3700.180.09
HSL150.7º64.18%73.73%-
HSV(B)150.7º37.23%90.59%-
XYZ49.4466.8558.44-
YUV200.5121.5188.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.66%
GREEN value IS 231 (90.62% from 255) = 40.88%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=25.66%
G=40.88%
B=33.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1452311890.3700.180.09150.764.1873.73
Hex91E7BD25012997404a
Octal2213472754502211227100112
Binary10010001111001111011110110010101001010011001011110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91E7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91E7BD; }

 p { color: rgb(145,231,189); }

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

<style>
 a { background-color: #91E7BD; }

 a { background-color: rgb(145,231,189); }

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

<style>
 span { border-color: #91E7BD; }

 span { border-color: rgb(145,231,189); }

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