#91ACD5

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

Shades of Polo Blue #91ACD5

Tints of Polo Blue #91ACD5

Color information

#91ACD5 (or 0x91ACD5) is unknown color: approx Polo Blue. HEX triplet: 91, AC and D5. RGB value is (145,172,213). Sum of RGB (Red+Green+Blue) = 145+172+213=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #91ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACD5 is #6E532A. Grayscale: #A8A8A8. Windows color (decimal): -7230251 or 14003345. OLE color: 14003345.

HSL color Cylindrical-coordinate representation of color #91ACD5: hue angle of 216.18º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91ACD5 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB145172213-
CMYK0.320.1900.16
HSL216.18º44.74%70.2%-
HSV(B)216.18º31.92%83.53%-
XYZ38.4440.3368.71-
YUV168.6153.05111.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.36%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 213 (83.59% from 255) = 40.19%
R=27.36%
G=32.45%
B=40.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1451722130.320.1900.16216.1844.7470.2
Hex91ACD52013010d82d46
Octal221254325402302033055106
Binary10010001101011001101010110000010011010000110110001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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