#86AECC

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

Shades of Polo Blue #86AECC

Tints of Polo Blue #86AECC

Color information

#86AECC (or 0x86AECC) is unknown color: approx Polo Blue. HEX triplet: 86, AE and CC. RGB value is (134,174,204). Sum of RGB (Red+Green+Blue) = 134+174+204=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #86AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AECC is #795133. Grayscale: #A5A5A5. Windows color (decimal): -7950644 or 13414022. OLE color: 13414022.

HSL color Cylindrical-coordinate representation of color #86AECC: hue angle of 205.71º degrees, saturation: 0.41, 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 #86AECC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134174204-
CMYK0.340.1500.2
HSL205.71º40.7%66.27%-
HSV(B)205.71º34.31%80%-
XYZ35.8739.762.9-
YUV165.46149.75105.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=26.17%
G=33.98%
B=39.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341742040.340.1500.2205.7140.766.27
Hex86AECC22F014ce2942
Octal206256314421702431651102
Binary1000011010101110110011001000101111010100110011101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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