#84ADCD

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

Shades of Polo Blue #84ADCD

Tints of Polo Blue #84ADCD

Color information

#84ADCD (or 0x84ADCD) is unknown color: approx Polo Blue. HEX triplet: 84, AD and CD. RGB value is (132,173,205). Sum of RGB (Red+Green+Blue) = 132+173+205=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #84ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADCD is #7B5232. Grayscale: #A4A4A4. Windows color (decimal): -8081971 or 13479300. OLE color: 13479300.

HSL color Cylindrical-coordinate representation of color #84ADCD: hue angle of 206.3º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84ADCD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132173205-
CMYK0.360.1600.20
HSL206.3º42.2%66.08%-
HSV(B)206.3º35.61%80.39%-
XYZ35.4839.263.45-
YUV164.39150.92104.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=25.88%
G=33.92%
B=40.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321732050.360.1600.20206.342.266.08
Hex84ADCD2410014ce2a42
Octal204255315442002431652102
Binary10000100101011011100110110010010000010100110011101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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