#91D8AB

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

Shades of Vista Blue #91D8AB

Tints of Vista Blue #91D8AB

Color information

#91D8AB (or 0x91D8AB) is unknown color: approx Vista Blue. HEX triplet: 91, D8 and AB. RGB value is (145,216,171). Sum of RGB (Red+Green+Blue) = 145+216+171=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #91D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D8AB is #6E2754. Grayscale: #BDBDBD. Windows color (decimal): -7219029 or 11262097. OLE color: 11262097.

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

Color convert

RGB145216171-
CMYK0.3300.210.15
HSL141.97º47.65%70.78%-
HSV(B)141.97º32.87%84.71%-
XYZ43.5858.0747.44-
YUV189.64117.4896.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.26%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=27.26%
G=40.60%
B=32.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1452161710.3300.210.15141.9747.6570.78
Hex91D8AB21015F8e3047
Octal221330253410251721660107
Binary1001000111011000101010111000010101011111100011101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,216,171); }

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

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

 a { background-color: rgb(145,216,171); }

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

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

 span { border-color: rgb(145,216,171); }

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