#84AACE

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

Shades of Polo Blue #84AACE

Tints of Polo Blue #84AACE

Color information

#84AACE (or 0x84AACE) is unknown color: approx Polo Blue. HEX triplet: 84, AA and CE. RGB value is (132,170,206). Sum of RGB (Red+Green+Blue) = 132+170+206=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #84AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AACE is #7B5531. Grayscale: #A2A2A2. Windows color (decimal): -8082738 or 13544068. OLE color: 13544068.

HSL color Cylindrical-coordinate representation of color #84AACE: hue angle of 209.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84AACE is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132170206-
CMYK0.360.1700.19
HSL209.19º43.02%66.27%-
HSV(B)209.19º35.92%80.78%-
XYZ35.0338.1163.9-
YUV162.74152.41106.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=25.98%
G=33.46%
B=40.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321702060.360.1700.19209.1943.0266.27
Hex84AACE2411013d12b42
Octal204252316442102332153102
Binary10000100101010101100111010010010001010011110100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AACE; }

 p { color: rgb(132,170,206); }

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

<style>
 a { background-color: #84AACE; }

 a { background-color: rgb(132,170,206); }

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

<style>
 span { border-color: #84AACE; }

 span { border-color: rgb(132,170,206); }

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