#91ADD1

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

Shades of Polo Blue #91ADD1

Tints of Polo Blue #91ADD1

Color information

#91ADD1 (or 0x91ADD1) is unknown color: approx Polo Blue. HEX triplet: 91, AD and D1. RGB value is (145,173,209). Sum of RGB (Red+Green+Blue) = 145+173+209=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 209 - color contains mainly: blue. Hex color #91ADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADD1 is #6E522E. Grayscale: #A8A8A8. Windows color (decimal): -7229999 or 13741457. OLE color: 13741457.

HSL color Cylindrical-coordinate representation of color #91ADD1: hue angle of 213.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91ADD1 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB145173209-
CMYK0.310.1700.18
HSL213.75º41.03%69.41%-
HSV(B)213.75º30.62%81.96%-
XYZ38.1340.5166.13-
YUV168.73150.72111.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.51%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=27.51%
G=32.83%
B=39.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451732090.310.1700.18213.7541.0369.41
Hex91ADD11F11012d62945
Octal221255321372102232651105
Binary1001000110101101110100011111110001010010110101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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