#86AECB

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

Shades of Polo Blue #86AECB

Tints of Polo Blue #86AECB

Color information

#86AECB (or 0x86AECB) is unknown color: approx Polo Blue. HEX triplet: 86, AE and CB. RGB value is (134,174,203). Sum of RGB (Red+Green+Blue) = 134+174+203=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #86AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AECB is #795134. Grayscale: #A5A5A5. Windows color (decimal): -7950645 or 13348486. OLE color: 13348486.

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

Color convert

RGB134174203-
CMYK0.340.1400.20
HSL205.22º39.88%66.08%-
HSV(B)205.22º33.99%79.61%-
XYZ35.7539.6562.27-
YUV165.35149.25105.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=26.22%
G=34.05%
B=39.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341742030.340.1400.20205.2239.8866.08
Hex86AECB22E014cd2842
Octal206256313421602431550102
Binary1000011010101110110010111000101110010100110011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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