#91AADB

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

Shades of Polo Blue #91AADB

Tints of Polo Blue #91AADB

Color information

#91AADB (or 0x91AADB) is unknown color: approx Polo Blue. HEX triplet: 91, AA and DB. RGB value is (145,170,219). Sum of RGB (Red+Green+Blue) = 145+170+219=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #91AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AADB is #6E5524. Grayscale: #A7A7A7. Windows color (decimal): -7230757 or 14396049. OLE color: 14396049.

HSL color Cylindrical-coordinate representation of color #91AADB: hue angle of 219.73º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AADB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145170219-
CMYK0.340.2200.14
HSL219.73º50.68%71.37%-
HSV(B)219.73º33.79%85.88%-
XYZ38.8439.8872.67-
YUV168.11156.72111.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.15%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=27.15%
G=31.84%
B=41.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451702190.340.2200.14219.7350.6871.37
Hex91AADB22160Edc3347
Octal221252333422601633463107
Binary1001000110101010110110111000101011001110110111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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