#91D5B0

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

Shades of Vista Blue #91D5B0

Tints of Vista Blue #91D5B0

Color information

#91D5B0 (or 0x91D5B0) is unknown color: approx Vista Blue. HEX triplet: 91, D5 and B0. RGB value is (145,213,176). Sum of RGB (Red+Green+Blue) = 145+213+176=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #91D5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D5B0 is #6E2A4F. Grayscale: #BCBCBC. Windows color (decimal): -7219792 or 11589009. OLE color: 11589009.

HSL color Cylindrical-coordinate representation of color #91D5B0: hue angle of 147.35º degrees, saturation: 0.45, 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 #91D5B0 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB145213176-
CMYK0.3200.170.16
HSL147.35º44.74%70.2%-
HSV(B)147.35º31.92%83.53%-
XYZ43.3156.7449.74-
YUV188.45120.9797.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.15%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=27.15%
G=39.89%
B=32.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452131760.3200.170.16147.3544.7470.2
Hex91D5B02001110932d46
Octal221325260400212022355106
Binary10010001110101011011000010000001000110000100100111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,213,176); }

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

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

 a { background-color: rgb(145,213,176); }

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

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

 span { border-color: rgb(145,213,176); }

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