#86AECA

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

Shades of Polo Blue #86AECA

Tints of Polo Blue #86AECA

Color information

#86AECA (or 0x86AECA) is unknown color: approx Polo Blue. HEX triplet: 86, AE and CA. RGB value is (134,174,202). Sum of RGB (Red+Green+Blue) = 134+174+202=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #86AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AECA is #795135. Grayscale: #A5A5A5. Windows color (decimal): -7950646 or 13282950. OLE color: 13282950.

HSL color Cylindrical-coordinate representation of color #86AECA: hue angle of 204.71º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86AECA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134174202-
CMYK0.340.1400.21
HSL204.71º39.08%65.88%-
HSV(B)204.71º33.66%79.22%-
XYZ35.6339.661.64-
YUV165.23148.75105.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=26.27%
G=34.12%
B=39.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341742020.340.1400.21204.7139.0865.88
Hex86AECA22E015cd2742
Octal206256312421602531547102
Binary1000011010101110110010101000101110010101110011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AECA; }

 p { color: rgb(134,174,202); }

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

<style>
 a { background-color: #86AECA; }

 a { background-color: rgb(134,174,202); }

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

<style>
 span { border-color: #86AECA; }

 span { border-color: rgb(134,174,202); }

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