#91D9BB

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

Shades of Vista Blue #91D9BB

Tints of Vista Blue #91D9BB

Color information

#91D9BB (or 0x91D9BB) is unknown color: approx Vista Blue. HEX triplet: 91, D9 and BB. RGB value is (145,217,187). Sum of RGB (Red+Green+Blue) = 145+217+187=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #91D9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D9BB is #6E2644. Grayscale: #C0C0C0. Windows color (decimal): -7218757 or 12310929. OLE color: 12310929.

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

Color convert

RGB145217187-
CMYK0.3300.140.15
HSL155º48.65%70.98%-
HSV(B)155º33.18%85.1%-
XYZ45.4659.2356.05-
YUV192.05125.1594.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.41%
GREEN value IS 217 (85.16% from 255) = 39.53%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=26.41%
G=39.53%
B=34.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452171870.3300.140.1515548.6570.98
Hex91D9BB210EF9b3147
Octal221331273410161723361107
Binary100100011101100110111011100001011101111100110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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