#91A9D8

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

Shades of Polo Blue #91A9D8

Tints of Polo Blue #91A9D8

Color information

#91A9D8 (or 0x91A9D8) is unknown color: approx Polo Blue. HEX triplet: 91, A9 and D8. RGB value is (145,169,216). Sum of RGB (Red+Green+Blue) = 145+169+216=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #91A9D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A9D8 is #6E5627. Grayscale: #A6A6A6. Windows color (decimal): -7231016 or 14199185. OLE color: 14199185.

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

Color convert

RGB145169216-
CMYK0.330.2200.15
HSL219.72º47.65%70.78%-
HSV(B)219.72º32.87%84.71%-
XYZ38.2639.3570.55-
YUV167.18155.55112.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.36%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 216 (84.77% from 255) = 40.75%
R=27.36%
G=31.89%
B=40.75%

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
Decimal1451692160.330.2200.15219.7247.6570.78
Hex91A9D821160Fdc3047
Octal221251330412601733460107
Binary1001000110101001110110001000011011001111110111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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