#91AADA

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

Shades of Polo Blue #91AADA

Tints of Polo Blue #91AADA

Color information

#91AADA (or 0x91AADA) is unknown color: approx Polo Blue. HEX triplet: 91, AA and DA. RGB value is (145,170,218). Sum of RGB (Red+Green+Blue) = 145+170+218=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #91AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AADA is #6E5525. Grayscale: #A7A7A7. Windows color (decimal): -7230758 or 14330513. OLE color: 14330513.

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

Color convert

RGB145170218-
CMYK0.330.2200.15
HSL219.45º49.66%71.18%-
HSV(B)219.45º33.49%85.49%-
XYZ38.7139.8371.98-
YUV168156.22111.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=27.20%
G=31.89%
B=40.90%

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
Decimal1451702180.330.2200.15219.4549.6671.18
Hex91AADA21160Fdb3247
Octal221252332412601733362107
Binary1001000110101010110110101000011011001111110110111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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