#91ACE0

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

Shades of Polo Blue #91ACE0

Tints of Polo Blue #91ACE0

Color information

#91ACE0 (or 0x91ACE0) is unknown color: approx Polo Blue. HEX triplet: 91, AC and E0. RGB value is (145,172,224). Sum of RGB (Red+Green+Blue) = 145+172+224=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #91ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACE0 is #6E531F. Grayscale: #A9A9A9. Windows color (decimal): -7230240 or 14724241. OLE color: 14724241.

HSL color Cylindrical-coordinate representation of color #91ACE0: hue angle of 219.49º 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 #91ACE0 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145172224-
CMYK0.350.2300.12
HSL219.49º56.03%72.35%-
HSV(B)219.49º35.27%87.84%-
XYZ39.8840.9176.31-
YUV169.86158.55110.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.80%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=26.80%
G=31.79%
B=41.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451722240.350.2300.12219.4956.0372.35
Hex91ACE023170Cdb3848
Octal221254340432701433370110
Binary1001000110101100111000001000111011101100110110111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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