#84AAC6

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

Shades of Polo Blue #84AAC6

Tints of Polo Blue #84AAC6

Color information

#84AAC6 (or 0x84AAC6) is unknown color: approx Polo Blue. HEX triplet: 84, AA and C6. RGB value is (132,170,198). Sum of RGB (Red+Green+Blue) = 132+170+198=500 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #84AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAC6 is #7B5539. Grayscale: #A1A1A1. Windows color (decimal): -8082746 or 13019780. OLE color: 13019780.

HSL color Cylindrical-coordinate representation of color #84AAC6: hue angle of 205.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84AAC6 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132170198-
CMYK0.330.1400.22
HSL205.45º36.67%64.71%-
HSV(B)205.45º33.33%77.65%-
XYZ34.0837.7358.91-
YUV161.83148.41106.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=26.4%
G=34%
B=39.6%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321701980.330.1400.22205.4536.6764.71
Hex84AAC621E016cd2541
Octal204252306411602631545101
Binary1000010010101010110001101000011110010110110011011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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