#91DFB5

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

Shades of Vista Blue #91DFB5

Tints of Vista Blue #91DFB5

Color information

#91DFB5 (or 0x91DFB5) is unknown color: approx Vista Blue. HEX triplet: 91, DF and B5. RGB value is (145,223,181). Sum of RGB (Red+Green+Blue) = 145+223+181=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #91DFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91DFB5 is #6E204A. Grayscale: #C2C2C2. Windows color (decimal): -7217227 or 11919249. OLE color: 11919249.

HSL color Cylindrical-coordinate representation of color #91DFB5: hue angle of 147.69º 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 #91DFB5 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB145223181-
CMYK0.3500.190.13
HSL147.69º54.93%72.16%-
HSV(B)147.69º34.98%87.45%-
XYZ46.4162.1353.26-
YUV194.89120.1692.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.41%
GREEN value IS 223 (87.5% from 255) = 40.62%
BLUE value IS 181 (71.09% from 255) = 32.97%
R=26.41%
G=40.62%
B=32.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452231810.3500.190.13147.6954.9372.16
Hex91DFB523013D943748
Octal221337265430231522467110
Binary1001000111011111101101011000110100111101100101001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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