#91CBB0

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

Shades of Vista Blue #91CBB0

Tints of Vista Blue #91CBB0

Color information

#91CBB0 (or 0x91CBB0) is unknown color: approx Vista Blue. HEX triplet: 91, CB and B0. RGB value is (145,203,176). Sum of RGB (Red+Green+Blue) = 145+203+176=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #91CBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CBB0 is #6E344F. Grayscale: #B6B6B6. Windows color (decimal): -7222352 or 11586449. OLE color: 11586449.

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

Color convert

RGB145203176-
CMYK0.2900.130.20
HSL152.07º35.8%68.24%-
HSV(B)152.07º28.57%79.61%-
XYZ40.8751.8748.93-
YUV182.58124.28101.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=27.67%
G=38.74%
B=33.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1452031760.2900.130.20152.0735.868.24
Hex91CBB01D0D14982444
Octal221313260350152423044104
Binary100100011100101110110000111010110110100100110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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