#91AEDD

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

Shades of Polo Blue #91AEDD

Tints of Polo Blue #91AEDD

Color information

#91AEDD (or 0x91AEDD) is unknown color: approx Polo Blue. HEX triplet: 91, AE and DD. RGB value is (145,174,221). Sum of RGB (Red+Green+Blue) = 145+174+221=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #91AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AEDD is #6E5122. Grayscale: #AAAAAA. Windows color (decimal): -7229731 or 14528145. OLE color: 14528145.

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

Color convert

RGB145174221-
CMYK0.340.2100.13
HSL217.11º52.78%71.76%-
HSV(B)217.11º34.39%86.67%-
XYZ39.8641.5174.32-
YUV170.69156.39109.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=26.85%
G=32.22%
B=40.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451742210.340.2100.13217.1152.7871.76
Hex91AEDD22150Dd93548
Octal221256335422501533165110
Binary1001000110101110110111011000101010101101110110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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