#91ACCB

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

Shades of Polo Blue #91ACCB

Tints of Polo Blue #91ACCB

Color information

#91ACCB (or 0x91ACCB) is unknown color: approx Polo Blue. HEX triplet: 91, AC and CB. RGB value is (145,172,203). Sum of RGB (Red+Green+Blue) = 145+172+203=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #91ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACCB is #6E5334. Grayscale: #A7A7A7. Windows color (decimal): -7230261 or 13347985. OLE color: 13347985.

HSL color Cylindrical-coordinate representation of color #91ACCB: hue angle of 212.07º degrees, saturation: 0.36, 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 #91ACCB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145172203-
CMYK0.290.1500.20
HSL212.07º35.8%68.24%-
HSV(B)212.07º28.57%79.61%-
XYZ37.2139.8462.23-
YUV167.46148.05111.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=27.88%
G=33.08%
B=39.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451722030.290.1500.20212.0735.868.24
Hex91ACCB1DF014d42444
Octal221254313351702432444104
Binary100100011010110011001011111011111010100110101001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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