#91AECC

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

Shades of Polo Blue #91AECC

Tints of Polo Blue #91AECC

Color information

#91AECC (or 0x91AECC) is unknown color: approx Polo Blue. HEX triplet: 91, AE and CC. RGB value is (145,174,204). Sum of RGB (Red+Green+Blue) = 145+174+204=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #91AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AECC is #6E5133. Grayscale: #A8A8A8. Windows color (decimal): -7229748 or 13414033. OLE color: 13414033.

HSL color Cylindrical-coordinate representation of color #91AECC: hue angle of 210.51º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91AECC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145174204-
CMYK0.290.1500.2
HSL210.51º36.65%68.43%-
HSV(B)210.51º28.92%80%-
XYZ37.7140.6562.99-
YUV168.75147.89111.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.72%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=27.72%
G=33.27%
B=39.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451742040.290.1500.2210.5136.6568.43
Hex91AECC1DF014d32544
Octal221256314351702432345104
Binary100100011010111011001100111011111010100110100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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