#91CAAD

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

Shades of Vista Blue #91CAAD

Tints of Vista Blue #91CAAD

Color information

#91CAAD (or 0x91CAAD) is unknown color: approx Vista Blue. HEX triplet: 91, CA and AD. RGB value is (145,202,173). Sum of RGB (Red+Green+Blue) = 145+202+173=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #91CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CAAD is #6E3552. Grayscale: #B5B5B5. Windows color (decimal): -7222611 or 11389585. OLE color: 11389585.

HSL color Cylindrical-coordinate representation of color #91CAAD: hue angle of 149.47º degrees, saturation: 0.35, 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 #91CAAD is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB145202173-
CMYK0.2800.140.21
HSL149.47º34.97%68.04%-
HSV(B)149.47º28.22%79.22%-
XYZ40.3451.2847.31-
YUV181.65123.12101.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=27.88%
G=38.85%
B=33.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1452021730.2800.140.21149.4734.9768.04
Hex91CAAD1C0E15952344
Octal221312255340162522543104
Binary100100011100101010101101111000111010101100101011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,202,173); }

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

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

 a { background-color: rgb(145,202,173); }

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

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

 span { border-color: rgb(145,202,173); }

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