#84ABCF

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

Shades of Polo Blue #84ABCF

Tints of Polo Blue #84ABCF

Color information

#84ABCF (or 0x84ABCF) is unknown color: approx Polo Blue. HEX triplet: 84, AB and CF. RGB value is (132,171,207). Sum of RGB (Red+Green+Blue) = 132+171+207=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #84ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABCF is #7B5430. Grayscale: #A3A3A3. Windows color (decimal): -8082481 or 13609860. OLE color: 13609860.

HSL color Cylindrical-coordinate representation of color #84ABCF: hue angle of 208.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84ABCF is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132171207-
CMYK0.360.1700.19
HSL208.8º43.86%66.47%-
HSV(B)208.8º36.23%81.18%-
XYZ35.3438.5464.61-
YUV163.44152.58105.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=25.88%
G=33.53%
B=40.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321712070.360.1700.19208.843.8666.47
Hex84ABCF2411013d12c42
Octal204253317442102332154102
Binary10000100101010111100111110010010001010011110100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,171,207); }

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

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

 a { background-color: rgb(132,171,207); }

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

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

 span { border-color: rgb(132,171,207); }

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