#91ADDA

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

Shades of Polo Blue #91ADDA

Tints of Polo Blue #91ADDA

Color information

#91ADDA (or 0x91ADDA) is unknown color: approx Polo Blue. HEX triplet: 91, AD and DA. RGB value is (145,173,218). Sum of RGB (Red+Green+Blue) = 145+173+218=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #91ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADDA is #6E5225. Grayscale: #A9A9A9. Windows color (decimal): -7229990 or 14331281. OLE color: 14331281.

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

Color convert

RGB145173218-
CMYK0.330.2100.15
HSL216.99º49.66%71.18%-
HSV(B)216.99º33.49%85.49%-
XYZ39.2840.9772.17-
YUV169.76155.22110.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=27.05%
G=32.28%
B=40.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451732180.330.2100.15216.9949.6671.18
Hex91ADDA21150Fd93247
Octal221255332412501733162107
Binary1001000110101101110110101000011010101111110110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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