#91DAA9

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

Shades of Vista Blue #91DAA9

Tints of Vista Blue #91DAA9

Color information

#91DAA9 (or 0x91DAA9) is unknown color: approx Vista Blue. HEX triplet: 91, DA and A9. RGB value is (145,218,169). Sum of RGB (Red+Green+Blue) = 145+218+169=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #91DAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DAA9 is #6E2556. Grayscale: #BEBEBE. Windows color (decimal): -7218519 or 11131537. OLE color: 11131537.

HSL color Cylindrical-coordinate representation of color #91DAA9: hue angle of 139.73º degrees, saturation: 0.5, 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 #91DAA9 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB145218169-
CMYK0.3300.220.15
HSL139.73º49.66%71.18%-
HSV(B)139.73º33.49%85.49%-
XYZ43.9159.0346.62-
YUV190.59115.8295.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.26%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=27.26%
G=40.98%
B=31.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452181690.3300.220.15139.7349.6671.18
Hex91DAA921016F8c3247
Octal221332251410261721462107
Binary1001000111011010101010011000010101101111100011001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,218,169); }

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

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

 a { background-color: rgb(145,218,169); }

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

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

 span { border-color: rgb(145,218,169); }

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