#91C9AB

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

Shades of Vista Blue #91C9AB

Tints of Vista Blue #91C9AB

Color information

#91C9AB (or 0x91C9AB) is unknown color: approx Vista Blue. HEX triplet: 91, C9 and AB. RGB value is (145,201,171). Sum of RGB (Red+Green+Blue) = 145+201+171=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #91C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C9AB is #6E3654. Grayscale: #B4B4B4. Windows color (decimal): -7222869 or 11258257. OLE color: 11258257.

HSL color Cylindrical-coordinate representation of color #91C9AB: hue angle of 147.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91C9AB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB145201171-
CMYK0.2800.150.21
HSL147.86º34.15%67.84%-
HSV(B)147.86º27.86%78.82%-
XYZ39.9150.7346.22-
YUV180.84122.45102.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.05%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=28.05%
G=38.88%
B=33.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1452011710.2800.150.21147.8634.1567.84
Hex91C9AB1C0F15942244
Octal221311253340172522442104
Binary100100011100100110101011111000111110101100101001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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