#91CDB6

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

Shades of Vista Blue #91CDB6

Tints of Vista Blue #91CDB6

Color information

#91CDB6 (or 0x91CDB6) is unknown color: approx Vista Blue. HEX triplet: 91, CD and B6. RGB value is (145,205,182). Sum of RGB (Red+Green+Blue) = 145+205+182=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #91CDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDB6 is #6E3249. Grayscale: #B8B8B8. Windows color (decimal): -7221834 or 11980177. OLE color: 11980177.

HSL color Cylindrical-coordinate representation of color #91CDB6: hue angle of 157º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CDB6 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB145205182-
CMYK0.2900.110.20
HSL157º37.5%68.63%-
HSV(B)157º29.27%80.39%-
XYZ41.9553.0652.29-
YUV184.44126.6299.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.26%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=27.26%
G=38.53%
B=34.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1452051820.2900.110.2015737.568.63
Hex91CDB61D0B149d2645
Octal221315266350132423546105
Binary100100011100110110110110111010101110100100111011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,205,182); }

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

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

 a { background-color: rgb(145,205,182); }

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

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

 span { border-color: rgb(145,205,182); }

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