#84ADC6

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

Shades of Polo Blue #84ADC6

Tints of Polo Blue #84ADC6

Color information

#84ADC6 (or 0x84ADC6) is unknown color: approx Polo Blue. HEX triplet: 84, AD and C6. RGB value is (132,173,198). Sum of RGB (Red+Green+Blue) = 132+173+198=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #84ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADC6 is #7B5239. Grayscale: #A3A3A3. Windows color (decimal): -8081978 or 13020548. OLE color: 13020548.

HSL color Cylindrical-coordinate representation of color #84ADC6: hue angle of 202.73º 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 #84ADC6 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132173198-
CMYK0.330.1300.22
HSL202.73º36.67%64.71%-
HSV(B)202.73º33.33%77.65%-
XYZ34.6538.8759.1-
YUV163.59147.42105.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.24%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 198 (77.73% from 255) = 39.36%
R=26.24%
G=34.39%
B=39.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321731980.330.1300.22202.7336.6764.71
Hex84ADC621D016cb2541
Octal204255306411502631345101
Binary1000010010101101110001101000011101010110110010111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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