#91AED8

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

Shades of Polo Blue #91AED8

Tints of Polo Blue #91AED8

Color information

#91AED8 (or 0x91AED8) is unknown color: approx Polo Blue. HEX triplet: 91, AE and D8. RGB value is (145,174,216). Sum of RGB (Red+Green+Blue) = 145+174+216=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #91AED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AED8 is #6E5127. Grayscale: #A9A9A9. Windows color (decimal): -7229736 or 14200465. OLE color: 14200465.

HSL color Cylindrical-coordinate representation of color #91AED8: hue angle of 215.49º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91AED8 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145174216-
CMYK0.330.1900.15
HSL215.49º47.65%70.78%-
HSV(B)215.49º32.87%84.71%-
XYZ39.2141.2570.86-
YUV170.12153.89110.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 216 (84.77% from 255) = 40.37%
R=27.10%
G=32.52%
B=40.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451742160.330.1900.15215.4947.6570.78
Hex91AED821130Fd73047
Octal221256330412301732760107
Binary1001000110101110110110001000011001101111110101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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