#91D6B4

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

Shades of Vista Blue #91D6B4

Tints of Vista Blue #91D6B4

Color information

#91D6B4 (or 0x91D6B4) is unknown color: approx Vista Blue. HEX triplet: 91, D6 and B4. RGB value is (145,214,180). Sum of RGB (Red+Green+Blue) = 145+214+180=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #91D6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D6B4 is #6E294B. Grayscale: #BDBDBD. Windows color (decimal): -7219532 or 11851409. OLE color: 11851409.

HSL color Cylindrical-coordinate representation of color #91D6B4: hue angle of 150.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91D6B4 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB145214180-
CMYK0.3200.160.16
HSL150.43º45.7%70.39%-
HSV(B)150.43º32.24%83.92%-
XYZ43.9657.4151.94-
YUV189.49122.6496.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.90%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=26.90%
G=39.70%
B=33.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452141800.3200.160.16150.4345.770.39
Hex91D6B42001010962e46
Octal221326264400202022656106
Binary10010001110101101011010010000001000010000100101101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,214,180); }

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

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

 a { background-color: rgb(145,214,180); }

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

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

 span { border-color: rgb(145,214,180); }

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