#91A9DA

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

Shades of Polo Blue #91A9DA

Tints of Polo Blue #91A9DA

Color information

#91A9DA (or 0x91A9DA) is unknown color: approx Polo Blue. HEX triplet: 91, A9 and DA. RGB value is (145,169,218). Sum of RGB (Red+Green+Blue) = 145+169+218=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #91A9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A9DA is #6E5625. Grayscale: #A7A7A7. Windows color (decimal): -7231014 or 14330257. OLE color: 14330257.

HSL color Cylindrical-coordinate representation of color #91A9DA: hue angle of 220.27º degrees, saturation: 0.5, 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 #91A9DA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145169218-
CMYK0.330.2200.15
HSL220.27º49.66%71.18%-
HSV(B)220.27º33.49%85.49%-
XYZ38.5239.4671.92-
YUV167.41156.55112.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.26%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=27.26%
G=31.77%
B=40.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451692180.330.2200.15220.2749.6671.18
Hex91A9DA21160Fdc3247
Octal221251332412601733462107
Binary1001000110101001110110101000011011001111110111001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,169,218); }

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

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

 a { background-color: rgb(145,169,218); }

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

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

 span { border-color: rgb(145,169,218); }

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