#84ABCD

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

Shades of Polo Blue #84ABCD

Tints of Polo Blue #84ABCD

Color information

#84ABCD (or 0x84ABCD) is unknown color: approx Polo Blue. HEX triplet: 84, AB and CD. RGB value is (132,171,205). Sum of RGB (Red+Green+Blue) = 132+171+205=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #84ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABCD is #7B5432. Grayscale: #A3A3A3. Windows color (decimal): -8082483 or 13478788. OLE color: 13478788.

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

Color convert

RGB132171205-
CMYK0.360.1700.20
HSL207.95º42.2%66.08%-
HSV(B)207.95º35.61%80.39%-
XYZ35.138.4463.33-
YUV163.22151.58105.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.98%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=25.98%
G=33.66%
B=40.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321712050.360.1700.20207.9542.266.08
Hex84ABCD2411014d02a42
Octal204253315442102432052102
Binary10000100101010111100110110010010001010100110100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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