#84ACD5

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

Shades of Polo Blue #84ACD5

Tints of Polo Blue #84ACD5

Color information

#84ACD5 (or 0x84ACD5) is unknown color: approx Polo Blue. HEX triplet: 84, AC and D5. RGB value is (132,172,213). Sum of RGB (Red+Green+Blue) = 132+172+213=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #84ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACD5 is #7B532A. Grayscale: #A4A4A4. Windows color (decimal): -8082219 or 14003332. OLE color: 14003332.

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

Color convert

RGB132172213-
CMYK0.380.1900.16
HSL210.37º49.09%67.65%-
HSV(B)210.37º38.03%83.53%-
XYZ36.2839.2168.61-
YUV164.71155.25104.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=25.53%
G=33.27%
B=41.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321722130.380.1900.16210.3749.0967.65
Hex84ACD52613010d23144
Octal204254325462302032261104
Binary10000100101011001101010110011010011010000110100101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,172,213); }

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

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

 a { background-color: rgb(132,172,213); }

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

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

 span { border-color: rgb(132,172,213); }

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