#91AACD

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

Shades of Polo Blue #91AACD

Tints of Polo Blue #91AACD

Color information

#91AACD (or 0x91AACD) is unknown color: approx Polo Blue. HEX triplet: 91, AA and CD. RGB value is (145,170,205). Sum of RGB (Red+Green+Blue) = 145+170+205=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #91AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AACD is #6E5532. Grayscale: #A6A6A6. Windows color (decimal): -7230771 or 13478545. OLE color: 13478545.

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

Color convert

RGB145170205-
CMYK0.290.1700.20
HSL215º37.5%68.63%-
HSV(B)215º29.27%80.39%-
XYZ37.0739.1863.37-
YUV166.52149.72112.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=27.88%
G=32.69%
B=39.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451702050.290.1700.2021537.568.63
Hex91AACD1D11014d72545
Octal221252315352102432745105
Binary1001000110101010110011011110110001010100110101111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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