#84AEC8

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

Shades of Polo Blue #84AEC8

Tints of Polo Blue #84AEC8

Color information

#84AEC8 (or 0x84AEC8) is unknown color: approx Polo Blue. HEX triplet: 84, AE and C8. RGB value is (132,174,200). Sum of RGB (Red+Green+Blue) = 132+174+200=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #84AEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEC8 is #7B5137. Grayscale: #A4A4A4. Windows color (decimal): -8081720 or 13151876. OLE color: 13151876.

HSL color Cylindrical-coordinate representation of color #84AEC8: hue angle of 202.94º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84AEC8 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132174200-
CMYK0.340.1300.22
HSL202.94º38.2%65.1%-
HSV(B)202.94º34%78.43%-
XYZ35.0839.3560.39-
YUV164.41148.09104.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=26.09%
G=34.39%
B=39.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321742000.340.1300.22202.9438.265.1
Hex84AEC822D016cb2641
Octal204256310421502631346101
Binary1000010010101110110010001000101101010110110010111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,174,200); }

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

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

 a { background-color: rgb(132,174,200); }

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

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

 span { border-color: rgb(132,174,200); }

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