#84AAD7

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

Shades of Polo Blue #84AAD7

Tints of Polo Blue #84AAD7

Color information

#84AAD7 (or 0x84AAD7) is unknown color: approx Polo Blue. HEX triplet: 84, AA and D7. RGB value is (132,170,215). Sum of RGB (Red+Green+Blue) = 132+170+215=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #84AAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAD7 is #7B5528. Grayscale: #A3A3A3. Windows color (decimal): -8082729 or 14133892. OLE color: 14133892.

HSL color Cylindrical-coordinate representation of color #84AAD7: hue angle of 212.53º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84AAD7 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132170215-
CMYK0.390.2100.16
HSL212.53º50.92%68.04%-
HSV(B)212.53º38.6%84.31%-
XYZ36.1638.5669.83-
YUV163.77156.91105.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=25.53%
G=32.88%
B=41.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321702150.390.2100.16212.5350.9268.04
Hex84AAD72715010d53344
Octal204252327472502032563104
Binary10000100101010101101011110011110101010000110101011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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