#91AAE0

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

Shades of Polo Blue #91AAE0

Tints of Polo Blue #91AAE0

Color information

#91AAE0 (or 0x91AAE0) is unknown color: approx Polo Blue. HEX triplet: 91, AA and E0. RGB value is (145,170,224). Sum of RGB (Red+Green+Blue) = 145+170+224=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #91AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAE0 is #6E551F. Grayscale: #A8A8A8. Windows color (decimal): -7230752 or 14723729. OLE color: 14723729.

HSL color Cylindrical-coordinate representation of color #91AAE0: hue angle of 221.01º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91AAE0 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145170224-
CMYK0.350.2400.12
HSL221.01º56.03%72.35%-
HSV(B)221.01º35.27%87.84%-
XYZ39.5140.1576.19-
YUV168.68159.22111.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.90%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=26.90%
G=31.54%
B=41.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451702240.350.2400.12221.0156.0372.35
Hex91AAE023180Cdd3848
Octal221252340433001433570110
Binary1001000110101010111000001000111100001100110111011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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