#84A9D1

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

Shades of Polo Blue #84A9D1

Tints of Polo Blue #84A9D1

Color information

#84A9D1 (or 0x84A9D1) is unknown color: approx Polo Blue. HEX triplet: 84, A9 and D1. RGB value is (132,169,209). Sum of RGB (Red+Green+Blue) = 132+169+209=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #84A9D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9D1 is #7B562E. Grayscale: #A2A2A2. Windows color (decimal): -8082991 or 13740420. OLE color: 13740420.

HSL color Cylindrical-coordinate representation of color #84A9D1: hue angle of 211.17º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84A9D1 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132169209-
CMYK0.370.1900.18
HSL211.17º45.56%66.86%-
HSV(B)211.17º36.84%81.96%-
XYZ35.2137.8865.78-
YUV162.5154.24106.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=25.88%
G=33.14%
B=40.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321692090.370.1900.18211.1745.5666.86
Hex84A9D12513012d32e43
Octal204251321452302232356103
Binary10000100101010011101000110010110011010010110100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,169,209); }

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

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

 a { background-color: rgb(132,169,209); }

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

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

 span { border-color: rgb(132,169,209); }

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