#91ADDC

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

Shades of Polo Blue #91ADDC

Tints of Polo Blue #91ADDC

Color information

#91ADDC (or 0x91ADDC) is unknown color: approx Polo Blue. HEX triplet: 91, AD and DC. RGB value is (145,173,220). Sum of RGB (Red+Green+Blue) = 145+173+220=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #91ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADDC is #6E5223. Grayscale: #A9A9A9. Windows color (decimal): -7229988 or 14462353. OLE color: 14462353.

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

Color convert

RGB145173220-
CMYK0.340.2100.14
HSL217.6º51.72%71.57%-
HSV(B)217.6º34.09%86.27%-
XYZ39.5441.0773.55-
YUV169.99156.22110.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.95%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=26.95%
G=32.16%
B=40.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451732200.340.2100.14217.651.7271.57
Hex91ADDC22150Eda3448
Octal221255334422501633264110
Binary1001000110101101110111001000101010101110110110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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