#91EFBC

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

Shades of Vista Blue #91EFBC

Tints of Vista Blue #91EFBC

Color information

#91EFBC (or 0x91EFBC) is unknown color: approx Vista Blue. HEX triplet: 91, EF and BC. RGB value is (145,239,188). Sum of RGB (Red+Green+Blue) = 145+239+188=572 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.35% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #91EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EFBC is #6E1043. Grayscale: #CDCDCD. Windows color (decimal): -7213124 or 12382097. OLE color: 12382097.

HSL color Cylindrical-coordinate representation of color #91EFBC: hue angle of 147.45º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EFBC is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB145239188-
CMYK0.3900.210.06
HSL147.45º74.6%75.29%-
HSV(B)147.45º39.33%93.73%-
XYZ51.6271.3858.63-
YUV205.08118.3685.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.35%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=25.35%
G=41.78%
B=32.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1452391880.3900.210.06147.4574.675.29
Hex91EFBC270156934b4b
Octal221357274470256223113113
Binary1001000111101111101111001001110101011101001001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,239,188); }

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

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

 a { background-color: rgb(145,239,188); }

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

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

 span { border-color: rgb(145,239,188); }

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