#91EDBD

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

Shades of Vista Blue #91EDBD

Tints of Vista Blue #91EDBD

Color information

#91EDBD (or 0x91EDBD) is unknown color: approx Vista Blue. HEX triplet: 91, ED and BD. RGB value is (145,237,189). Sum of RGB (Red+Green+Blue) = 145+237+189=571 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.39% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #91EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EDBD is #6E1242. Grayscale: #CCCCCC. Windows color (decimal): -7213635 or 12447121. OLE color: 12447121.

HSL color Cylindrical-coordinate representation of color #91EDBD: hue angle of 148.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EDBD is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB145237189-
CMYK0.3900.200.07
HSL148.7º71.88%74.9%-
HSV(B)148.7º38.82%92.94%-
XYZ51.1570.2659.01-
YUV204.02119.5285.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.39%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=25.39%
G=41.51%
B=33.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452371890.3900.200.07148.771.8874.9
Hex91EDBD27014795484b
Octal221355275470247225110113
Binary1001000111101101101111011001110101001111001010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,237,189); }

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

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

 a { background-color: rgb(145,237,189); }

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

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

 span { border-color: rgb(145,237,189); }

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