#91AAD5

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

Shades of Polo Blue #91AAD5

Tints of Polo Blue #91AAD5

Color information

#91AAD5 (or 0x91AAD5) is unknown color: approx Polo Blue. HEX triplet: 91, AA and D5. RGB value is (145,170,213). Sum of RGB (Red+Green+Blue) = 145+170+213=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #91AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAD5 is #6E552A. Grayscale: #A7A7A7. Windows color (decimal): -7230763 or 14002833. OLE color: 14002833.

HSL color Cylindrical-coordinate representation of color #91AAD5: hue angle of 217.94º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91AAD5 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145170213-
CMYK0.320.2000.16
HSL217.94º44.74%70.2%-
HSV(B)217.94º31.92%83.53%-
XYZ38.0639.5768.58-
YUV167.43153.72112-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=27.46%
G=32.20%
B=40.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451702130.320.2000.16217.9444.7470.2
Hex91AAD52014010da2d46
Octal221252325402402033255106
Binary10010001101010101101010110000010100010000110110101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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