#91ABC4

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

Shades of Polo Blue #91ABC4

Tints of Polo Blue #91ABC4

Color information

#91ABC4 (or 0x91ABC4) is unknown color: approx Polo Blue. HEX triplet: 91, AB and C4. RGB value is (145,171,196). Sum of RGB (Red+Green+Blue) = 145+171+196=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #91ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC4 is #6E543B. Grayscale: #A5A5A5. Windows color (decimal): -7230524 or 12888977. OLE color: 12888977.

HSL color Cylindrical-coordinate representation of color #91ABC4: hue angle of 209.41º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91ABC4 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145171196-
CMYK0.260.1300.23
HSL209.41º30.18%66.86%-
HSV(B)209.41º26.02%76.86%-
XYZ36.239.1357.87-
YUV166.08144.89112.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.32%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=28.32%
G=33.40%
B=38.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451711960.260.1300.23209.4130.1866.86
Hex91ABC41AD017d11e43
Octal221253304321502732136103
Binary10010001101010111100010011010110101011111010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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