#91AEC7

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

Shades of Polo Blue #91AEC7

Tints of Polo Blue #91AEC7

Color information

#91AEC7 (or 0x91AEC7) is unknown color: approx Polo Blue. HEX triplet: 91, AE and C7. RGB value is (145,174,199). Sum of RGB (Red+Green+Blue) = 145+174+199=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #91AEC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AEC7 is #6E5138. Grayscale: #A8A8A8. Windows color (decimal): -7229753 or 13086353. OLE color: 13086353.

HSL color Cylindrical-coordinate representation of color #91AEC7: hue angle of 207.78º degrees, saturation: 0.33, 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 #91AEC7 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145174199-
CMYK0.270.1300.22
HSL207.78º32.53%67.45%-
HSV(B)207.78º27.14%78.04%-
XYZ37.1240.4259.88-
YUV168.18145.39111.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=27.99%
G=33.59%
B=38.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451741990.270.1300.22207.7832.5367.45
Hex91AEC71BD016d02143
Octal221256307331502632041103
Binary100100011010111011000111110111101010110110100001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,174,199); }

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

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

 a { background-color: rgb(145,174,199); }

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

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

 span { border-color: rgb(145,174,199); }

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