#84AED1

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

Shades of Polo Blue #84AED1

Tints of Polo Blue #84AED1

Color information

#84AED1 (or 0x84AED1) is unknown color: approx Polo Blue. HEX triplet: 84, AE and D1. RGB value is (132,174,209). Sum of RGB (Red+Green+Blue) = 132+174+209=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #84AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AED1 is #7B512E. Grayscale: #A5A5A5. Windows color (decimal): -8081711 or 13741700. OLE color: 13741700.

HSL color Cylindrical-coordinate representation of color #84AED1: hue angle of 207.27º 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 #84AED1 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132174209-
CMYK0.370.1700.18
HSL207.27º45.56%66.86%-
HSV(B)207.27º36.84%81.96%-
XYZ36.1639.7866.09-
YUV165.43152.59104.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=25.63%
G=33.79%
B=40.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321742090.370.1700.18207.2745.5666.86
Hex84AED12511012cf2e43
Octal204256321452102231756103
Binary10000100101011101101000110010110001010010110011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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