#91DBB5

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

Shades of Vista Blue #91DBB5

Tints of Vista Blue #91DBB5

Color information

#91DBB5 (or 0x91DBB5) is unknown color: approx Vista Blue. HEX triplet: 91, DB and B5. RGB value is (145,219,181). Sum of RGB (Red+Green+Blue) = 145+219+181=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #91DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DBB5 is #6E244A. Grayscale: #C0C0C0. Windows color (decimal): -7218251 or 11918225. OLE color: 11918225.

HSL color Cylindrical-coordinate representation of color #91DBB5: hue angle of 149.19º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DBB5 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB145219181-
CMYK0.3400.170.14
HSL149.19º50.68%71.37%-
HSV(B)149.19º33.79%85.88%-
XYZ45.3560.0252.91-
YUV192.54121.4894.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.61%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=26.61%
G=40.18%
B=33.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452191810.3400.170.14149.1950.6871.37
Hex91DBB522011E953347
Octal221333265420211622563107
Binary1001000111011011101101011000100100011110100101011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,219,181); }

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

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

 a { background-color: rgb(145,219,181); }

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

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

 span { border-color: rgb(145,219,181); }

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