#91DAAD

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

Shades of Vista Blue #91DAAD

Tints of Vista Blue #91DAAD

Color information

#91DAAD (or 0x91DAAD) is unknown color: approx Vista Blue. HEX triplet: 91, DA and AD. RGB value is (145,218,173). Sum of RGB (Red+Green+Blue) = 145+218+173=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #91DAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DAAD is #6E2552. Grayscale: #BFBFBF. Windows color (decimal): -7218515 or 11393681. OLE color: 11393681.

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

Color convert

RGB145218173-
CMYK0.3300.210.15
HSL143.01º49.66%71.18%-
HSV(B)143.01º33.49%85.49%-
XYZ44.2959.1848.62-
YUV191.04117.8295.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=27.05%
G=40.67%
B=32.28%

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
Decimal1452181730.3300.210.15143.0149.6671.18
Hex91DAAD21015F8f3247
Octal221332255410251721762107
Binary1001000111011010101011011000010101011111100011111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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