#91ACDA

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

Shades of Polo Blue #91ACDA

Tints of Polo Blue #91ACDA

Color information

#91ACDA (or 0x91ACDA) is unknown color: approx Polo Blue. HEX triplet: 91, AC and DA. RGB value is (145,172,218). Sum of RGB (Red+Green+Blue) = 145+172+218=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #91ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACDA is #6E5325. Grayscale: #A8A8A8. Windows color (decimal): -7230246 or 14331025. OLE color: 14331025.

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

Color convert

RGB145172218-
CMYK0.330.2100.15
HSL217.81º49.66%71.18%-
HSV(B)217.81º33.49%85.49%-
XYZ39.0840.5972.1-
YUV169.17155.55110.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=27.10%
G=32.15%
B=40.75%

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
Decimal1451722180.330.2100.15217.8149.6671.18
Hex91ACDA21150Fda3247
Octal221254332412501733262107
Binary1001000110101100110110101000011010101111110110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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