#84ACCD

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

Shades of Polo Blue #84ACCD

Tints of Polo Blue #84ACCD

Color information

#84ACCD (or 0x84ACCD) is unknown color: approx Polo Blue. HEX triplet: 84, AC and CD. RGB value is (132,172,205). Sum of RGB (Red+Green+Blue) = 132+172+205=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #84ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACCD is #7B5332. Grayscale: #A3A3A3. Windows color (decimal): -8082227 or 13479044. OLE color: 13479044.

HSL color Cylindrical-coordinate representation of color #84ACCD: hue angle of 207.12º 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 #84ACCD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132172205-
CMYK0.360.1600.20
HSL207.12º42.2%66.08%-
HSV(B)207.12º35.61%80.39%-
XYZ35.2938.8263.39-
YUV163.8151.25105.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.93%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=25.93%
G=33.79%
B=40.28%

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
Decimal1321722050.360.1600.20207.1242.266.08
Hex84ACCD2410014cf2a42
Octal204254315442002431752102
Binary10000100101011001100110110010010000010100110011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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