#91AACC

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

Shades of Polo Blue #91AACC

Tints of Polo Blue #91AACC

Color information

#91AACC (or 0x91AACC) is unknown color: approx Polo Blue. HEX triplet: 91, AA and CC. RGB value is (145,170,204). Sum of RGB (Red+Green+Blue) = 145+170+204=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #91AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AACC is #6E5533. Grayscale: #A6A6A6. Windows color (decimal): -7230772 or 13413009. OLE color: 13413009.

HSL color Cylindrical-coordinate representation of color #91AACC: hue angle of 214.58º degrees, saturation: 0.37, 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 #91AACC is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145170204-
CMYK0.290.1700.2
HSL214.58º36.65%68.43%-
HSV(B)214.58º28.92%80%-
XYZ36.9539.1362.73-
YUV166.4149.22112.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.94%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=27.94%
G=32.76%
B=39.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451702040.290.1700.2214.5836.6568.43
Hex91AACC1D11014d72544
Octal221252314352102432745104
Binary1001000110101010110011001110110001010100110101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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