#91DEAA

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

Shades of Vista Blue #91DEAA

Tints of Vista Blue #91DEAA

Color information

#91DEAA (or 0x91DEAA) is unknown color: approx Vista Blue. HEX triplet: 91, DE and AA. RGB value is (145,222,170). Sum of RGB (Red+Green+Blue) = 145+222+170=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #91DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DEAA is #6E2155. Grayscale: #C1C1C1. Windows color (decimal): -7217494 or 11198097. OLE color: 11198097.

HSL color Cylindrical-coordinate representation of color #91DEAA: hue angle of 139.48º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DEAA is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB145222170-
CMYK0.3500.230.13
HSL139.48º53.85%71.96%-
HSV(B)139.48º34.68%87.06%-
XYZ45.0561.1647.46-
YUV193.05114.9993.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=27.00%
G=41.34%
B=31.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452221700.3500.230.13139.4853.8571.96
Hex91DEAA23017D8b3648
Octal221336252430271521366110
Binary1001000111011110101010101000110101111101100010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,222,170); }

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

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

 a { background-color: rgb(145,222,170); }

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

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

 span { border-color: rgb(145,222,170); }

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