#91ADDE

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

Shades of Polo Blue #91ADDE

Tints of Polo Blue #91ADDE

Color information

#91ADDE (or 0x91ADDE) is unknown color: approx Polo Blue. HEX triplet: 91, AD and DE. RGB value is (145,173,222). Sum of RGB (Red+Green+Blue) = 145+173+222=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #91ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADDE is #6E5221. Grayscale: #A9A9A9. Windows color (decimal): -7229986 or 14593425. OLE color: 14593425.

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

Color convert

RGB145173222-
CMYK0.350.2200.13
HSL218.18º53.85%71.96%-
HSV(B)218.18º34.68%87.06%-
XYZ39.8141.1874.96-
YUV170.21157.22110.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.85%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=26.85%
G=32.04%
B=41.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451732220.350.2200.13218.1853.8571.96
Hex91ADDE23160Dda3648
Octal221255336432601533266110
Binary1001000110101101110111101000111011001101110110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,173,222); }

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

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

 a { background-color: rgb(145,173,222); }

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

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

 span { border-color: rgb(145,173,222); }

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