#91CDAB

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

Shades of Vista Blue #91CDAB

Tints of Vista Blue #91CDAB

Color information

#91CDAB (or 0x91CDAB) is unknown color: approx Vista Blue. HEX triplet: 91, CD and AB. RGB value is (145,205,171). Sum of RGB (Red+Green+Blue) = 145+205+171=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CDAB is #6E3254. Grayscale: #B7B7B7. Windows color (decimal): -7221845 or 11259281. OLE color: 11259281.

HSL color Cylindrical-coordinate representation of color #91CDAB: hue angle of 146º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CDAB is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB145205171-
CMYK0.2900.170.20
HSL146º37.5%68.63%-
HSV(B)146º29.27%80.39%-
XYZ40.8652.6246.53-
YUV183.18121.12100.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=27.83%
G=39.35%
B=32.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1452051710.2900.170.2014637.568.63
Hex91CDAB1D01114922645
Octal221315253350212422246105
Binary1001000111001101101010111110101000110100100100101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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