#91D9AE

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

Shades of Vista Blue #91D9AE

Tints of Vista Blue #91D9AE

Color information

#91D9AE (or 0x91D9AE) is unknown color: approx Vista Blue. HEX triplet: 91, D9 and AE. RGB value is (145,217,174). Sum of RGB (Red+Green+Blue) = 145+217+174=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #91D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D9AE is #6E2651. Grayscale: #BEBEBE. Windows color (decimal): -7218770 or 11458961. OLE color: 11458961.

HSL color Cylindrical-coordinate representation of color #91D9AE: hue angle of 144.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91D9AE is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB145217174-
CMYK0.3300.200.15
HSL144.17º48.65%70.98%-
HSV(B)144.17º33.18%85.1%-
XYZ44.1358.749.05-
YUV190.57118.6595.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 217 (85.16% from 255) = 40.49%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=27.05%
G=40.49%
B=32.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452171740.3300.200.15144.1748.6570.98
Hex91D9AE21014F903147
Octal221331256410241722061107
Binary1001000111011001101011101000010101001111100100001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,217,174); }

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

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

 a { background-color: rgb(145,217,174); }

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

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

 span { border-color: rgb(145,217,174); }

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