#91ADD2

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

Shades of Polo Blue #91ADD2

Tints of Polo Blue #91ADD2

Color information

#91ADD2 (or 0x91ADD2) is unknown color: approx Polo Blue. HEX triplet: 91, AD and D2. RGB value is (145,173,210). Sum of RGB (Red+Green+Blue) = 145+173+210=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #91ADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADD2 is #6E522D. Grayscale: #A8A8A8. Windows color (decimal): -7229998 or 13806993. OLE color: 13806993.

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

Color convert

RGB145173210-
CMYK0.310.1800.18
HSL214.15º41.94%69.61%-
HSV(B)214.15º30.95%82.35%-
XYZ38.2540.5666.79-
YUV168.85151.22110.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 210 (82.42% from 255) = 39.77%
R=27.46%
G=32.77%
B=39.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451732100.310.1800.18214.1541.9469.61
Hex91ADD21F12012d62a46
Octal221255322372202232652106
Binary1001000110101101110100101111110010010010110101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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