#91D0B0

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

Shades of Vista Blue #91D0B0

Tints of Vista Blue #91D0B0

Color information

#91D0B0 (or 0x91D0B0) is unknown color: approx Vista Blue. HEX triplet: 91, D0 and B0. RGB value is (145,208,176). Sum of RGB (Red+Green+Blue) = 145+208+176=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #91D0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D0B0 is #6E2F4F. Grayscale: #B9B9B9. Windows color (decimal): -7221072 or 11587729. OLE color: 11587729.

HSL color Cylindrical-coordinate representation of color #91D0B0: hue angle of 149.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91D0B0 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB145208176-
CMYK0.3000.150.18
HSL149.52º40.13%69.22%-
HSV(B)149.52º30.29%81.57%-
XYZ42.0754.2749.33-
YUV185.52122.6399.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.41%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=27.41%
G=39.32%
B=33.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1452081760.3000.150.18149.5240.1369.22
Hex91D0B01E0F12962845
Octal221320260360172222650105
Binary100100011101000010110000111100111110010100101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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