#91ABCC

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

Shades of Polo Blue #91ABCC

Tints of Polo Blue #91ABCC

Color information

#91ABCC (or 0x91ABCC) is unknown color: approx Polo Blue. HEX triplet: 91, AB and CC. RGB value is (145,171,204). Sum of RGB (Red+Green+Blue) = 145+171+204=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #91ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABCC is #6E5433. Grayscale: #A6A6A6. Windows color (decimal): -7230516 or 13413265. OLE color: 13413265.

HSL color Cylindrical-coordinate representation of color #91ABCC: hue angle of 213.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91ABCC is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145171204-
CMYK0.290.1600.2
HSL213.56º36.65%68.43%-
HSV(B)213.56º28.92%80%-
XYZ37.1439.5162.79-
YUV166.99148.89112.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=27.88%
G=32.88%
B=39.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451712040.290.1600.2213.5636.6568.43
Hex91ABCC1D10014d62544
Octal221253314352002432645104
Binary1001000110101011110011001110110000010100110101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,171,204); }

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

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

 a { background-color: rgb(145,171,204); }

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

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

 span { border-color: rgb(145,171,204); }

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