#91AECD

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

Shades of Polo Blue #91AECD

Tints of Polo Blue #91AECD

Color information

#91AECD (or 0x91AECD) is unknown color: approx Polo Blue. HEX triplet: 91, AE and CD. RGB value is (145,174,205). Sum of RGB (Red+Green+Blue) = 145+174+205=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #91AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AECD is #6E5132. Grayscale: #A8A8A8. Windows color (decimal): -7229747 or 13479569. OLE color: 13479569.

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

Color convert

RGB145174205-
CMYK0.290.1500.20
HSL211º37.5%68.63%-
HSV(B)211º29.27%80.39%-
XYZ37.8340.763.62-
YUV168.86148.39110.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=27.67%
G=33.21%
B=39.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451742050.290.1500.2021137.568.63
Hex91AECD1DF014d32545
Octal221256315351702432345105
Binary100100011010111011001101111011111010100110100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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