#91ACCC

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

Shades of Polo Blue #91ACCC

Tints of Polo Blue #91ACCC

Color information

#91ACCC (or 0x91ACCC) is unknown color: approx Polo Blue. HEX triplet: 91, AC and CC. RGB value is (145,172,204). Sum of RGB (Red+Green+Blue) = 145+172+204=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #91ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACCC is #6E5333. Grayscale: #A7A7A7. Windows color (decimal): -7230260 or 13413521. OLE color: 13413521.

HSL color Cylindrical-coordinate representation of color #91ACCC: hue angle of 212.54º 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 #91ACCC is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145172204-
CMYK0.290.1600.2
HSL212.54º36.65%68.43%-
HSV(B)212.54º28.92%80%-
XYZ37.3339.8862.86-
YUV167.58148.55111.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=27.83%
G=33.01%
B=39.16%

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
Decimal1451722040.290.1600.2212.5436.6568.43
Hex91ACCC1D10014d52544
Octal221254314352002432545104
Binary1001000110101100110011001110110000010100110101011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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