#91DFAD

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

Shades of Vista Blue #91DFAD

Tints of Vista Blue #91DFAD

Color information

#91DFAD (or 0x91DFAD) is unknown color: approx Vista Blue. HEX triplet: 91, DF and AD. RGB value is (145,223,173). Sum of RGB (Red+Green+Blue) = 145+223+173=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DFAD is #6E2052. Grayscale: #C2C2C2. Windows color (decimal): -7217235 or 11394961. OLE color: 11394961.

HSL color Cylindrical-coordinate representation of color #91DFAD: hue angle of 141.54º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91DFAD is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB145223173-
CMYK0.3500.220.13
HSL141.54º54.93%72.16%-
HSV(B)141.54º34.98%87.45%-
XYZ45.6161.8149.06-
YUV193.98116.1693.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.80%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=26.80%
G=41.22%
B=31.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452231730.3500.220.13141.5454.9372.16
Hex91DFAD23016D8e3748
Octal221337255430261521667110
Binary1001000111011111101011011000110101101101100011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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