#91AAC6

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

Shades of Polo Blue #91AAC6

Tints of Polo Blue #91AAC6

Color information

#91AAC6 (or 0x91AAC6) is unknown color: approx Polo Blue. HEX triplet: 91, AA and C6. RGB value is (145,170,198). Sum of RGB (Red+Green+Blue) = 145+170+198=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #91AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAC6 is #6E5539. Grayscale: #A5A5A5. Windows color (decimal): -7230778 or 13019793. OLE color: 13019793.

HSL color Cylindrical-coordinate representation of color #91AAC6: hue angle of 211.7º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91AAC6 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145170198-
CMYK0.270.1400.22
HSL211.7º31.74%67.25%-
HSV(B)211.7º26.77%77.65%-
XYZ36.2438.8559.01-
YUV165.72146.22113.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.27%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=28.27%
G=33.14%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451701980.270.1400.22211.731.7467.25
Hex91AAC61BE016d42043
Octal221252306331602632440103
Binary100100011010101011000110110111110010110110101001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,170,198); }

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

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

 a { background-color: rgb(145,170,198); }

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

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

 span { border-color: rgb(145,170,198); }

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