#91AEDC

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

Shades of Polo Blue #91AEDC

Tints of Polo Blue #91AEDC

Color information

#91AEDC (or 0x91AEDC) is unknown color: approx Polo Blue. HEX triplet: 91, AE and DC. RGB value is (145,174,220). Sum of RGB (Red+Green+Blue) = 145+174+220=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #91AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AEDC is #6E5123. Grayscale: #AAAAAA. Windows color (decimal): -7229732 or 14462609. OLE color: 14462609.

HSL color Cylindrical-coordinate representation of color #91AEDC: hue angle of 216.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AEDC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145174220-
CMYK0.340.2100.14
HSL216.8º51.72%71.57%-
HSV(B)216.8º34.09%86.27%-
XYZ39.7341.4673.62-
YUV170.57155.89109.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.90%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=26.90%
G=32.28%
B=40.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451742200.340.2100.14216.851.7271.57
Hex91AEDC22150Ed93448
Octal221256334422501633164110
Binary1001000110101110110111001000101010101110110110011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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